public class Subroutine extends Object
| Constructor and Description | 
|---|
| Subroutine(int start,
          int caller) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | access(int index) | 
| Collection | accessed() | 
| void | addCaller(int caller) | 
| Collection | callers() | 
| boolean | isAccessed(int index) | 
| int | start() | 
| String | toString() | 
public void addCaller(int caller)
public int start()
public void access(int index)
public boolean isAccessed(int index)
public Collection accessed()
public Collection callers()
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.