|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.runtime.Event.ContinuationFrame
public static class Event.ContinuationFrame
Stores a single stack frame for event calls with continuation.
Field Summary | |
---|---|
static Event.ContinuationFrame |
BASE
frame at bottom of stack . |
static java.lang.reflect.Field |
field_next
field stub for pointer to next stack frame. |
static java.lang.reflect.Field |
field_pc
field stub for program "counter" location. |
Event.ContinuationFrame |
next
pointer to next stack frame. |
int |
pc
program "counter" location where frame information captured. |
Constructor Summary | |
---|---|
Event.ContinuationFrame()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Test whether to events are equal. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Event.ContinuationFrame BASE
public static java.lang.reflect.Field field_next
public static java.lang.reflect.Field field_pc
public Event.ContinuationFrame next
public int pc
Constructor Detail |
---|
public Event.ContinuationFrame()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- object to perform equality test
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |