Package com.ibm.wala.demandpa.flowgraph
Class ParamBarLabel
- java.lang.Object
-
- com.ibm.wala.demandpa.flowgraph.CallLabel
-
- com.ibm.wala.demandpa.flowgraph.ParamBarLabel
-
- All Implemented Interfaces:
IFlowLabel
public class ParamBarLabel extends CallLabel
-
-
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 ParamLabelbar()booleanisBarred()static ParamBarLabelmake(CallerSiteContext callSite)StringtoString()voidvisit(IFlowLabel.IFlowLabelVisitor v, Object dst)-
Methods inherited from class com.ibm.wala.demandpa.flowgraph.CallLabel
equals, getCallSite, hashCode
-
-
-
-
Method Detail
-
make
public static ParamBarLabel make(CallerSiteContext callSite)
-
bar
public ParamLabel bar()
- Returns:
- the bar (inverse) edge corresponding to this edge
-
visit
public void visit(IFlowLabel.IFlowLabelVisitor v, Object dst) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
isBarred
public boolean isBarred()
- Returns:
- true if this is a "barred" edge
-
-