|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgcspy.interpreter.Events
public class Events
List of the events for a given interpreter
Constructor Summary | |
---|---|
Events()
Constructors |
|
Events(java.lang.String[] names)
Create new events |
Method Summary | |
---|---|
void |
deserialise(BufferedInput input)
Deserialise events |
void |
dump()
Debugging |
java.lang.String |
getName(int id)
The name of an event |
java.lang.String[] |
getNames()
Get the event names |
int |
getNum()
Get the number of events |
void |
serialise(BufferedOutput output)
Serialise these events |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Events()
public Events(java.lang.String[] names)
names
- The names of the eventsMethod Detail |
---|
public void serialise(BufferedOutput output)
output
- The BufferedOutput into which the events are serialisedpublic void deserialise(BufferedInput input)
input
- The BufferedInput from which the events are serialisedpublic java.lang.String getName(int id)
id
- The event number
public java.lang.String[] getNames()
public int getNum()
public void dump()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |