Package com.ibm.wala.demandpa.flowgraph
Class AssignGlobalLabel
- java.lang.Object
-
- com.ibm.wala.demandpa.flowgraph.AssignGlobalLabel
-
- All Implemented Interfaces:
IFlowLabel
public class AssignGlobalLabel extends Object implements IFlowLabel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.demandpa.flowgraph.IFlowLabel
IFlowLabel.IFlowLabelVisitor
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AssignGlobalBarLabelbar()booleanisBarred()StringtoString()static AssignGlobalLabelv()voidvisit(IFlowLabel.IFlowLabelVisitor v, Object dst)
-
-
-
Method Detail
-
v
public static AssignGlobalLabel v()
-
visit
public void visit(IFlowLabel.IFlowLabelVisitor v, Object dst) throws IllegalArgumentException
- Specified by:
visitin interfaceIFlowLabel- Throws:
IllegalArgumentException
-
bar
public AssignGlobalBarLabel bar()
- Specified by:
barin interfaceIFlowLabel- Returns:
- the bar (inverse) edge corresponding to this edge
-
isBarred
public boolean isBarred()
- Specified by:
isBarredin interfaceIFlowLabel- Returns:
- true if this is a "barred" edge
-
-