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