org.apache.bcel.verifier.structurals
private class Subroutines.SubroutineImpl extends Object implements Subroutine
| Constructor Summary | |
|---|---|
| SubroutineImpl()
The default constructor. | |
| Method Summary | |
|---|---|
| void | addEnteringJsrInstruction(InstructionHandle jsrInst)
Adds a new JSR or JSR_W that has this subroutine as its target. |
| boolean | contains(InstructionHandle inst) |
| int[] | getAccessedLocalsIndices() |
| InstructionHandle[] | getEnteringJsrInstructions() |
| InstructionHandle[] | getInstructions() |
| InstructionHandle | getLeavingRET() |
| int[] | getRecursivelyAccessedLocalsIndices() |
| Subroutine[] | subSubs() |
| String | toString()
Returns a String representation of this object, merely
for debugging purposes.
|