org.compass.core.util.asm.tree.analysis
Class Subroutine
java.lang.Object
org.compass.core.util.asm.tree.analysis.Subroutine
class Subroutine
- extends Object
A method subroutine (corresponds to a JSR instruction).
- Author:
- Eric Bruneton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
start
LabelNode start
access
boolean[] access
callers
List callers
Subroutine
Subroutine(LabelNode start,
int maxLocals,
JumpInsnNode caller)
copy
public Subroutine copy()
merge
public boolean merge(Subroutine subroutine)
throws AnalyzerException
- Throws:
AnalyzerException
Copyright (c) 2004-2008 The Compass Project.