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 TypeMethodDescriptionvoidaddGlobalVariable(Name globalVariable) booleanisGlobalVariable(Name globalVariable) voidread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) toString()voidwrite(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:
writein interfacecom.esotericsoftware.kryo.KryoSerializable
-
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
readin interfacecom.esotericsoftware.kryo.KryoSerializable
-
toString
-