public class Subroutine extends Object
Constructor | Description |
---|---|
Subroutine(int start,
int caller) |
Modifier and Type | Method | 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 © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.