Interface IFlowLabel
- All Known Subinterfaces:
IFlowLabelWithFilter
- All Known Implementing Classes:
AssignBarLabel, AssignGlobalBarLabel, AssignGlobalLabel, AssignLabel, CallLabel, GetFieldBarLabel, GetFieldLabel, MatchBarLabel, MatchLabel, NewBarLabel, NewLabel, ParamBarLabel, ParamLabel, PutFieldBarLabel, PutFieldLabel, ReturnBarLabel, ReturnLabel
public interface IFlowLabel
An edge label in a flow graph
- Author:
- manu
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbar()booleanisBarred()voidvisit(IFlowLabel.IFlowLabelVisitor v, Object dst)
-
Method Details
-
visit
-
bar
IFlowLabel bar()- Returns:
- the bar (inverse) edge corresponding to this edge
-
isBarred
boolean isBarred()- Returns:
- true if this is a "barred" edge
-