Package com.ibm.wala.demandpa.flowgraph
Class AssignGlobalBarLabel
- java.lang.Object
-
- com.ibm.wala.demandpa.flowgraph.AssignGlobalBarLabel
-
- All Implemented Interfaces:
IFlowLabel
public class AssignGlobalBarLabel 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 AssignGlobalLabel
bar()
boolean
isBarred()
String
toString()
static AssignGlobalBarLabel
v()
void
visit(IFlowLabel.IFlowLabelVisitor v, Object dst)
-
-
-
Method Detail
-
v
public static AssignGlobalBarLabel v()
-
bar
public AssignGlobalLabel bar()
- Specified by:
bar
in interfaceIFlowLabel
- Returns:
- the bar (inverse) edge corresponding to this edge
-
visit
public void visit(IFlowLabel.IFlowLabelVisitor v, Object dst) throws IllegalArgumentException
- Specified by:
visit
in interfaceIFlowLabel
- Throws:
IllegalArgumentException
-
isBarred
public boolean isBarred()
- Specified by:
isBarred
in interfaceIFlowLabel
- Returns:
- true if this is a "barred" edge
-
-