Serialized Form


Package inria.meije.rc.sugarcubes

Class inria.meije.rc.sugarcubes.Argument implements Serializable

Serialized Fields

value

java.lang.Object value
The value of the Argument

type

java.lang.Class type
The type of the Value

Class inria.meije.rc.sugarcubes.InternalStringIdentifiers implements Serializable

Class inria.meije.rc.sugarcubes.JavaArgumentsValue implements Serializable

Serialized Fields

args

Argument[] args
This is the constant array of Argument objects, which is set at construction time.

Class inria.meije.rc.sugarcubes.JavaBooleanValue implements Serializable

Serialized Fields

b

boolean b
The constant boolean value which is set at construction time.

Class inria.meije.rc.sugarcubes.JavaCallbackNothing implements Serializable

Class inria.meije.rc.sugarcubes.JavaIdentifierValue implements Serializable

Serialized Fields

value

Identifier value
The constant Identifier value which is set at construction time.

Class inria.meije.rc.sugarcubes.JavaIntegerValue implements Serializable

Serialized Fields

i

int i
The constant integer value which is set at construction time.

Class inria.meije.rc.sugarcubes.JavaNothing implements Serializable

Class inria.meije.rc.sugarcubes.JavaObjectValue implements Serializable

Serialized Fields

obj

java.lang.Object obj
The constant object reference which is set at construction time.

Class inria.meije.rc.sugarcubes.JavaProgramValue implements Serializable

Serialized Fields

inst

Program inst
It references the reactive program which is set at construction time.

Class inria.meije.rc.sugarcubes.JavaStringValue implements Serializable

Serialized Fields

str

java.lang.String str
The striug which is set at construction time.

Class inria.meije.rc.sugarcubes.NoSuchLocalVariable implements Serializable

Class inria.meije.rc.sugarcubes.StringID implements Serializable

Serialized Fields

eventName

java.lang.String eventName
Stores the string identifying an event in the system.