public interface PathVisitor
Modifier and Type | Method | Description |
---|---|---|
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.
|
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 visitedFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.