coins.aflow
インタフェース AssignFlowExpId

既知の実装クラスの一覧:
AssignHashBasedFlowExpId

public interface AssignFlowExpId


メソッドの概要
 void assign()
          Assigns FlowExpIds to the entire scope currently under consideration (SubpFlow).
 FlowExpId assignToNode(IR pIR)
          Assigns a FlowExpId to the node pIR.
 

メソッドの詳細

assignToNode

public FlowExpId assignToNode(IR pIR)
Assigns a FlowExpId to the node pIR.

戻り値:
the assigned FlowExpId.

assign

public void assign()
Assigns FlowExpIds to the entire scope currently under consideration (SubpFlow). This method can be called only once per lifetime of the object of the class that implements this interface, since this interface does not supply a method for clearing the results of the previous assignment.