|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PathVisitor
Visit the BasicBlocks, InstructionHandles, and Edges along a Path.
Method Summary | |
---|---|
void |
visitBasicBlock(BasicBlock basicBlock)
Start to visit the given BasicBlock. |
void |
visitEdge(Edge edge)
Visit an Edge connecting two BasicBlocks in the Path being visited. |
void |
visitInstructionHandle(org.apache.bcel.generic.InstructionHandle handle)
Visit an InstructionHandle within the BasicBlock currently being visited. |
Method Detail |
---|
void visitBasicBlock(BasicBlock basicBlock)
basicBlock
- a BasicBlock in the Path being visitedvoid visitInstructionHandle(org.apache.bcel.generic.InstructionHandle handle)
handle
- an InstructionHandle within the current BasicBlockvoid visitEdge(Edge edge)
edge
- an Edge connecting two BasicBlocks in the Path being visited
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |