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
double
local and stack variables -
vF
float[] vF
float
local and stack variables -
vI
int[] vI
int
local and stack variables -
vJ
long[] vJ
long
local and stack variables -
windCount
int windCount
calculating current windcatch
handlers number -
windIter
int windIter
currently invoking windcatch
handlers position -
windStage
int windStage
current stage 0, 1 or 2
-
-
Exception Class io.github.javactrl.rt.CThrowable
class CThrowable extends Throwable implements Serializable -
Exception Class io.github.javactrl.rt.Unwind
class Unwind extends CThrowable implements Serializable -
Exception Class io.github.javactrl.rt.Wind
class Wind extends CThrowable implements Serializable
-