- RunawayRequestException - Exception in com.tameif.tame.exception
-
This type of interrupt is thrown too many operations are executed on
one request (in order to catch possible infinite loops), or when the
function call stack gets too deep (to prevent stack overflows).
- ReferenceSaveable - Interface in com.tameif.tame.lang
-
Describes an object that can be saved/loaded but preserves value references.
- RESOURCE_PREFIX - Static variable in class com.tameif.tame.factory.TAMEJSExporter
-
Prefix for paths in the classpath.
- RETURN_VARIABLE - Static variable in interface com.tameif.tame.TAMEConstants
-
Return variable.
- RunawayRequestException() - Constructor for exception com.tameif.tame.exception.RunawayRequestException
-
- RunawayRequestException(String) - Constructor for exception com.tameif.tame.exception.RunawayRequestException
-
- read() - Method in class com.tameif.tame.TAMEResponseReader
-
- read(File) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects into a new module from a starting text file.
- read(File, TAMEScriptIncluder) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects into a new module from a starting text file.
- read(File, TAMEScriptReaderOptions) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects into a new module from a starting text file.
- read(File, TAMEScriptReaderOptions, TAMEScriptIncluder) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects into a new module from a starting text file.
- read(InputStream) - Static method in class com.tameif.tame.lang.Value
-
Reads a value from an input stream, using a reference map to pick up seen references.
- read(String) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects from a String of text into a new module.
- read(String, TAMEScriptIncluder) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects from a String of text into a new module.
- read(String, TAMEScriptReaderOptions) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects from a String of text into a new module.
- read(String, TAMEScriptReaderOptions, TAMEScriptIncluder) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects from a String of text into a new module.
- read(String, InputStream) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects into a new module.
- read(String, InputStream, TAMEScriptIncluder) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects into a new module.
- read(String, InputStream, TAMEScriptReaderOptions) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects into a new module.
- read(String, InputStream, TAMEScriptReaderOptions, TAMEScriptIncluder) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects into a new module.
- read(String, String) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects from a String of text into a new module.
- read(String, String, TAMEScriptIncluder) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects from a String of text into a new module.
- read(String, String, TAMEScriptReaderOptions) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects from a String of text into a new module.
- read(String, String, TAMEScriptReaderOptions, TAMEScriptIncluder) - Static method in class com.tameif.tame.factory.TAMEScriptReader
-
Reads TAMEModule objects from a String of text into a new module.
- read(Map<Long, Value>, InputStream) - Static method in class com.tameif.tame.lang.Value
-
Reads a value from an input stream, using a reference map to pick up seen references.
- readBytes(InputStream) - Method in class com.tameif.tame.element.TAction
-
- readBytes(InputStream) - Method in class com.tameif.tame.element.TElement
-
- readBytes(InputStream) - Method in class com.tameif.tame.element.TObject
-
- readBytes(InputStream) - Method in class com.tameif.tame.lang.Block
-
- readBytes(InputStream) - Method in class com.tameif.tame.lang.BlockEntry
-
- readBytes(InputStream) - Method in class com.tameif.tame.lang.BlockTable
-
- readBytes(InputStream) - Method in class com.tameif.tame.lang.FunctionEntry
-
- readBytes(InputStream) - Method in class com.tameif.tame.lang.FunctionTable
-
- readBytes(InputStream) - Method in class com.tameif.tame.lang.Operation
-
- readBytes(InputStream) - Method in interface com.tameif.tame.lang.Saveable
-
Imports this object from bytes.
- readBytes(InputStream) - Method in class com.tameif.tame.lang.Value
-
- readBytes(InputStream) - Method in class com.tameif.tame.TAMEModule.Header
-
- readBytes(InputStream) - Method in class com.tameif.tame.TAMEModule
-
- readBytes(InputStream) - Method in class com.tameif.tame.TAMEModuleContext
-
- readModuleHeader(InputStream) - Static method in class com.tameif.tame.TAMEModule
-
Reads a module header and only the header from a module stream.
- readReferentialBytes(Map<Long, Value>, InputStream) - Method in interface com.tameif.tame.lang.ReferenceSaveable
-
Imports this object from bytes, looking up value references in a map.
- readReferentialBytes(Map<Long, Value>, InputStream) - Method in class com.tameif.tame.lang.Value
-
- readReferentialBytes(Map<Long, Value>, InputStream) - Method in class com.tameif.tame.lang.ValueSet
-
- readStateBytes(TAMEModule, Map<Long, Value>, InputStream) - Method in class com.tameif.tame.element.context.TElementContext
-
- readStateBytes(TAMEModule, Map<Long, Value>, InputStream) - Method in class com.tameif.tame.element.context.TOwnershipMap
-
- readStateBytes(TAMEModule, Map<Long, Value>, InputStream) - Method in interface com.tameif.tame.lang.StateSaveable
-
Imports this object's state from bytes.
- remove(String) - Method in class com.tameif.tame.lang.ValueSet
-
Clears a variable from the hash.
- removeObject(TObject) - Method in class com.tameif.tame.element.context.TOwnershipMap
-
Removes an object from all owners.
- removeObjectName(TObject, String) - Method in class com.tameif.tame.element.context.TOwnershipMap
-
Removes a name from an object.
- removeObjectTag(TObject, String) - Method in class com.tameif.tame.element.context.TOwnershipMap
-
Removes a tag from an object.
- removePlayer(TPlayer) - Method in class com.tameif.tame.element.context.TOwnershipMap
-
Removes a player from all rooms.
- reset() - Method in class com.tameif.tame.element.context.TOwnershipMap
-
Clears entire ownership table.
- resolveAction(String) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves an action by its identity.
- resolveBlock(BlockEntry) - Method in class com.tameif.tame.element.TElement
-
Resolves a block using a block entry on this element
by going backwards through its lineage.
- resolveBlock(BlockEntry) - Method in class com.tameif.tame.element.TWorld
-
- resolveContainer(String) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves a container.
- resolveContainerContext(String) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves a container context.
- resolveElement(Value) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves an element by a value.
- resolveElementContext(Value) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves an element context by a value.
- resolveFunction(String) - Method in class com.tameif.tame.element.TElement
-
Resolves a function entry using a function name on this element
by going backwards through its lineage.
- resolveFunction(String) - Method in class com.tameif.tame.element.TWorld
-
- resolveObject(String) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves an object.
- resolveObjectContext(String) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves an object context.
- resolveObjectList(Value) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves a list of all objects contained by an object container.
- resolvePlayer(String) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves a player.
- resolvePlayerContext(String) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves a player context.
- resolveRoom(String) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves a room.
- resolveRoomContext(String) - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves a room context.
- resolveWorld() - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves a world (or THE world).
- resolveWorldContext() - Method in class com.tameif.tame.TAMEModuleContext
-
Resolves a world context.