| Package | Description |
|---|---|
| org.objectweb.asm.tree.analysis |
Provides a framework for static code analysis based on the asm.tree package.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<JumpInsnNode> |
Subroutine.callers
The JSR instructions that jump to this subroutine.
|
| Constructor and Description |
|---|
Subroutine(LabelNode start,
int maxLocals,
JumpInsnNode caller)
Constructs a new
Subroutine. |