Serialized Form
-
Package io.github.javactrl.ext
-
Package io.github.javactrl.rt
-
Class io.github.javactrl.rt.CallFrame
class CallFrame extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Serializable read implementation- Parameters:
stream- input stream- Throws:
ClassNotFoundException- if corresponding class isn't loadedIOException- on IO errors
-
writeObject
Serializable write implementation- Parameters:
stream- output stream- Throws:
IOException- on IO errors
-
-
Serialized Fields
-
handler
CallFrame._Handler handler
the body of the function -
methodName
String methodName
unique (within the owner class) method id -
next
CallFrame next
current next frame, called by this frame -
owner
Class<?> owner
owner class -
state
int state
current state id -
token
Wind token
currently processing winding exception object -
v
Object[] v
local and stack reference variables -
vD
double[] vD
doublelocal and stack variables -
vF
float[] vF
floatlocal and stack variables -
vI
int[] vI
intlocal and stack variables -
vJ
long[] vJ
longlocal and stack variables -
windCount
int windCount
calculating current windcatchhandlers number -
windIter
int windIter
currently invoking windcatchhandlers position -
windStage
int windStage
current stage 0, 1 or 2
-
-
Class io.github.javactrl.rt.CThrowable
class CThrowable extends Throwable implements Serializable -
Class io.github.javactrl.rt.Unwind
class Unwind extends CThrowable implements Serializable -
Class io.github.javactrl.rt.Wind
class Wind extends CThrowable implements Serializable
-