Class Subroutine
java.lang.Object
javassist.bytecode.analysis.Subroutine
Represents a nested method subroutine (marked by JSR and RET).
- Author:
- Jason T. Greene
-
Constructor Details
-
Subroutine
public Subroutine(int start, int caller)
-
-
Method Details
-
addCaller
public void addCaller(int caller) -
start
public int start() -
access
public void access(int index) -
isAccessed
public boolean isAccessed(int index) -
accessed
-
callers
-
toString
-