Class ParamBarLabel
java.lang.Object
com.ibm.wala.demandpa.flowgraph.CallLabel
com.ibm.wala.demandpa.flowgraph.ParamBarLabel
- All Implemented Interfaces:
IFlowLabel
-
Nested Class Summary
Nested classes/interfaces inherited from interface IFlowLabel
IFlowLabel.IFlowLabelVisitor -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbar()booleanisBarred()static ParamBarLabelmake(CallerSiteContext callSite) toString()voidvisit(IFlowLabel.IFlowLabelVisitor v, Object dst) Methods inherited from class CallLabel
equals, getCallSite, hashCode
-
Method Details
-
make
-
bar
- Returns:
- the bar (inverse) edge corresponding to this edge
-
visit
- Throws:
IllegalArgumentException
-
isBarred
public boolean isBarred()- Returns:
- true if this is a "barred" edge
-
toString
-