Class MatchBarLabel
java.lang.Object
com.ibm.wala.demandpa.flowgraph.MatchBarLabel
- All Implemented Interfaces:
IFlowLabel
- Author:
- Manu Sridharan
-
Nested Class Summary
Nested classes/interfaces inherited from interface IFlowLabel
IFlowLabel.IFlowLabelVisitor -
Method Summary
Modifier and TypeMethodDescriptionbar()booleanisBarred()static MatchBarLabelv()voidvisit(IFlowLabel.IFlowLabelVisitor v, Object dst)
-
Method Details
-
v
-
bar
- Specified by:
barin interfaceIFlowLabel- Returns:
- the bar (inverse) edge corresponding to this edge
-
visit
- Specified by:
visitin interfaceIFlowLabel- Throws:
IllegalArgumentException
-
isBarred
public boolean isBarred()- Specified by:
isBarredin interfaceIFlowLabel- Returns:
- true if this is a "barred" edge
-