Class MatchLabel
java.lang.Object
com.ibm.wala.demandpa.flowgraph.MatchLabel
- All Implemented Interfaces:
IFlowLabel
-
Nested Class Summary
Nested classes/interfaces inherited from interface IFlowLabel
IFlowLabel.IFlowLabelVisitor -
Method Summary
Modifier and TypeMethodDescriptionbar()booleanisBarred()toString()static MatchLabelv()voidvisit(IFlowLabel.IFlowLabelVisitor v, Object dst)
-
Method Details
-
v
-
visit
- Specified by:
visitin interfaceIFlowLabel- Throws:
IllegalArgumentException
-
toString
-
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
-