Package com.ibm.wala.demandpa.flowgraph
Class GetFieldLabel
- java.lang.Object
-
- com.ibm.wala.demandpa.flowgraph.GetFieldLabel
-
- All Implemented Interfaces:
IFlowLabel
public class GetFieldLabel extends Object implements IFlowLabel
-
-
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 GetFieldBarLabel
bar()
boolean
equals(Object obj)
IField
getField()
int
hashCode()
boolean
isBarred()
static GetFieldLabel
make(IField field)
String
toString()
void
visit(IFlowLabel.IFlowLabelVisitor v, Object dst)
-
-
-
Method Detail
-
make
public static GetFieldLabel make(IField field)
-
getField
public IField getField()
-
visit
public void visit(IFlowLabel.IFlowLabelVisitor v, Object dst) throws IllegalArgumentException
- Specified by:
visit
in interfaceIFlowLabel
- Throws:
IllegalArgumentException
-
bar
public GetFieldBarLabel bar()
- Specified by:
bar
in interfaceIFlowLabel
- Returns:
- the bar (inverse) edge corresponding to this edge
-
isBarred
public boolean isBarred()
- Specified by:
isBarred
in interfaceIFlowLabel
- Returns:
- true if this is a "barred" edge
-
-