Class AssignBarLabel
java.lang.Object
com.ibm.wala.demandpa.flowgraph.AssignBarLabel
- All Implemented Interfaces:
IFlowLabel, IFlowLabelWithFilter
- Author:
- Manu Sridharan
-
Nested Class Summary
Nested classes/interfaces inherited from interface IFlowLabel
IFlowLabel.IFlowLabelVisitor -
Method Summary
Modifier and TypeMethodDescriptionbar()booleaninthashCode()booleanisBarred()static AssignBarLabelmake(FilteredPointerKey.TypeFilter filter) static AssignBarLabelnoFilter()voidvisit(IFlowLabel.IFlowLabelVisitor v, Object dst)
-
Method Details
-
noFilter
-
make
-
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
-
hashCode
-
equals
-
getFilter
- Specified by:
getFilterin interfaceIFlowLabelWithFilter
-