Package org.rumbledb.context
Class InScopeSchemaTypes
java.lang.Object
org.rumbledb.context.InScopeSchemaTypes
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
,Serializable
public class InScopeSchemaTypes
extends Object
implements Serializable, com.esotericsoftware.kryo.KryoSerializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addInScopeSchemaType
(ItemType type, ExceptionMetadata meta) boolean
void
getInScopeSchemaType
(Name name) void
importModuleTypes
(InScopeSchemaTypes inScopeSchemaTypes) void
read
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) void
write
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
-
Constructor Details
-
InScopeSchemaTypes
public InScopeSchemaTypes()
-
-
Method Details
-
clearInScopeSchemaTypes
public void clearInScopeSchemaTypes() -
addInScopeSchemaType
-
checkInScopeSchemaTypeExists
-
getInScopeSchemaType
-
getInScopeSchemaTypes
-
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
-
importModuleTypes
-