public class Subroutine
extends java.lang.Object
Constructor and Description |
---|
Subroutine(int start,
int caller) |
Modifier and Type | Method and Description |
---|---|
void |
access(int index) |
java.util.Collection |
accessed() |
void |
addCaller(int caller) |
java.util.Collection |
callers() |
boolean |
isAccessed(int index) |
int |
start() |
java.lang.String |
toString() |
public void addCaller(int caller)
public int start()
public void access(int index)
public boolean isAccessed(int index)
public java.util.Collection accessed()
public java.util.Collection callers()
public java.lang.String toString()
toString
in class java.lang.Object
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.