public class Subroutine
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Set |
access |
private java.util.List |
callers |
private int |
start |
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() |
private java.util.List callers
private java.util.Set access
private int start
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