Package org.rumbledb.context
Class GlobalVariables
java.lang.Object
org.rumbledb.context.GlobalVariables
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
,Serializable
public class GlobalVariables
extends Object
implements Serializable, com.esotericsoftware.kryo.KryoSerializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addGlobalVariable
(Name globalVariable) boolean
isGlobalVariable
(Name globalVariable) void
read
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) toString()
void
write
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
-
Constructor Details
-
GlobalVariables
public GlobalVariables()
-
-
Method Details
-
addGlobalVariable
-
isGlobalVariable
-
getGlobalVariables
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
write
in interfacecom.esotericsoftware.kryo.KryoSerializable
-
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
read
in interfacecom.esotericsoftware.kryo.KryoSerializable
-
toString
-