void |
ReturnLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
ReturnBarLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
PutFieldLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
PutFieldBarLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
ParamLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
ParamBarLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
NewLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
NewBarLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
MatchLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
MatchBarLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
IFlowLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
GetFieldLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
GetFieldBarLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
AssignLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
AssignGlobalLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
AssignGlobalBarLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
AssignBarLabel.visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
void |
IFlowGraph.visitPreds(Object node,
IFlowLabel.IFlowLabelVisitor v)
Apply a visitor to the predecessors of some node.
|
void |
AbstractFlowGraph.visitPreds(Object node,
IFlowLabel.IFlowLabelVisitor v) |
void |
IFlowGraph.visitSuccs(Object node,
IFlowLabel.IFlowLabelVisitor v)
Apply a visitor to the successors of some node.
|
void |
AbstractFlowGraph.visitSuccs(Object node,
IFlowLabel.IFlowLabelVisitor v) |