Package org.rumbledb.context
Class InScopeVariable
java.lang.Object
org.rumbledb.context.InScopeVariable
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
,Serializable
public class InScopeVariable
extends Object
implements Serializable, com.esotericsoftware.kryo.KryoSerializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInScopeVariable
(Name name, SequenceType sequenceType, ExceptionMetadata metadata, ExecutionMode storageMode) InScopeVariable
(Name name, SequenceType type, ExceptionMetadata metadata, ExecutionMode storageMode, boolean isAssignable) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
void
read
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) void
setStorageMode
(ExecutionMode mode) void
write
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
-
Constructor Details
-
InScopeVariable
public InScopeVariable(Name name, SequenceType sequenceType, ExceptionMetadata metadata, ExecutionMode storageMode) -
InScopeVariable
public InScopeVariable(Name name, SequenceType type, ExceptionMetadata metadata, ExecutionMode storageMode, boolean isAssignable)
-
-
Method Details
-
getName
-
getSequenceType
-
getMetadata
-
getStorageMode
-
setStorageMode
-
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
-
isAssignable
public boolean isAssignable()
-