A B C D E F G H I J L M N O P Q R S T U V W 

G

get(BlockEntry) - Method in class com.tameif.tame.lang.BlockTable
Gets a matching block for this block entry.
get(String) - Method in class com.tameif.tame.lang.FunctionTable
Gets a matching function entry for this function name.
get(String) - Method in class com.tameif.tame.lang.ValueSet
Gets a value on this hash.
get(String) - Static method in class com.tameif.tame.util.PatternCache
Gets an existing, compiled pattern or a newly-compiled one for the provided expression.
getAccessibleObjectsByName(String, TObject[], int) - Method in class com.tameif.tame.TAMEModuleContext
Returns all objects in the accessible area by an object name read from the interpreter.
getAction() - Method in class com.tameif.tame.TAMECommand
Gets the action to call.
getActionByIdentity(String) - Method in class com.tameif.tame.TAMEModule
Retrieves an action by its identity.
getActionByName(String) - Method in class com.tameif.tame.TAMEModule
Retrieves an action by name, case-insensitively.
getActionCount() - Method in class com.tameif.tame.TAMEModule
Gets how many actions are in this module.
getActionList() - Method in class com.tameif.tame.TAMEModule
 
getAllAttributes() - Method in class com.tameif.tame.TAMEModule.Header
Gets all of this module header's attributes.
getArguments() - Method in class com.tameif.tame.lang.FunctionEntry
Gets the argument names for this function.
getArgumentTypes() - Method in enum com.tameif.tame.lang.BlockEntryType
Gets the argument types to this block entry.
getArgumentTypes() - Method in interface com.tameif.tame.lang.OperationType
Returns the argument types that this operation expects.
getArgumentTypes() - Method in enum com.tameif.tame.TAMEOperation
 
getAttribute(String) - Method in class com.tameif.tame.TAMEModule.Header
Gets an attribute value from the module.
getAttributeMap() - Method in class com.tameif.tame.TAMEModule.Header
Gets the attribute map for the header.
getAvailableActionNames() - Method in class com.tameif.tame.TAMEModuleContext
Reflection method - get available action names according to current context and filtered by a prefix.
getBlock() - Method in class com.tameif.tame.lang.FunctionEntry
 
getBlock(BlockEntry) - Method in class com.tameif.tame.element.TElement
Gets a block using a block entry on this element.
getBlockEntries() - Method in class com.tameif.tame.element.TElement
 
getConditionalBlock() - Method in class com.tameif.tame.lang.Operation
Gets the conditional assessment block, if any.
getContainerByIdentity(String) - Method in class com.tameif.tame.TAMEModule
Retrieves a container by identity.
getContainerContext(TContainer) - Method in class com.tameif.tame.TAMEModuleContext
Gets an container context by container.
getContainerContextByIdentity(String) - Method in class com.tameif.tame.TAMEModuleContext
Gets a container context by object name.
getContainerContexts() - Method in class com.tameif.tame.TAMEModuleContext
Get the container contexts.
getContainerCount() - Method in class com.tameif.tame.TAMEModule
Gets how many containers are in this module.
getContainerList() - Method in class com.tameif.tame.TAMEModule
 
getContent() - Method in class com.tameif.tame.lang.Cue
Gets this message cue's content.
getContextByIdentity(String) - Method in class com.tameif.tame.TAMEModuleContext
Gets an element context by element name.
getCount() - Method in class com.tameif.tame.lang.Block
 
getCues() - Method in class com.tameif.tame.TAMEResponse
Returns the cues on this response.
getCurrentPlayer() - Method in class com.tameif.tame.element.context.TOwnershipMap
Gets the current player by the current player id.
getCurrentPlayer() - Method in class com.tameif.tame.TAMEModuleContext
Gets the current player.
getCurrentPlayerContext() - Method in class com.tameif.tame.TAMEModuleContext
Gets the current player context.
getCurrentRoom() - Method in class com.tameif.tame.element.context.TOwnershipMap
Gets the current room by the current room id.
getCurrentRoom() - Method in class com.tameif.tame.TAMEModuleContext
Gets the current room.
getCurrentRoom(TPlayer) - Method in class com.tameif.tame.element.context.TOwnershipMap
Returns the current room for a player.
getCurrentRoomContext() - Method in class com.tameif.tame.TAMEModuleContext
Gets the current room context.
getDaysOfWeek() - Method in interface com.tameif.tame.util.DateUtils.DateLocale
Gets the array lookup for the names of the days of the week.
getDefines() - Method in class com.tameif.tame.factory.DefaultReaderOptions
 
getDefines() - Method in interface com.tameif.tame.factory.TAMEScriptReaderOptions
Gets what to predefine in the preprocessor.
getDeterminers() - Method in class com.tameif.tame.element.TObject
Gets the name determiners on this object as an iterable structure.
getDigest() - Method in class com.tameif.tame.TAMEModule
Gets the module digest.
getElement() - Method in class com.tameif.tame.element.context.TElementContext
Gets the element associated with this context.
getElementByIdentity(String) - Method in class com.tameif.tame.TAMEModule
Retrieves an element by identity.
getEntries() - Method in class com.tameif.tame.lang.BlockTable
 
getEntries() - Method in class com.tameif.tame.lang.FunctionTable
 
getEntryString() - Method in class com.tameif.tame.lang.BlockEntry
Returns a string representation of this entry.
getEntryType() - Method in class com.tameif.tame.lang.BlockEntry
Gets the entry type.
getExtraStrings() - Method in class com.tameif.tame.element.TAction
Gets this action's extra strings.
getFailureBlock() - Method in class com.tameif.tame.lang.Operation
Gets the failure control block, if any.
getFunction(String) - Method in class com.tameif.tame.element.TElement
Gets a function entry using a function name on this element.
getFunctionDepthMax() - Method in class com.tameif.tame.TAMEModuleContext
 
getFunctionEntries() - Method in class com.tameif.tame.element.TElement
 
getGrouping() - Method in enum com.tameif.tame.TAMEOperation
Gets the grouping name for this operation (for documentation sorting).
getHeader() - Method in class com.tameif.tame.TAMEModule
Returns the module header.
getIdentity() - Method in class com.tameif.tame.element.TAction
Gets the identity (primary identifier name).
getIdentity() - Method in class com.tameif.tame.element.TElement
Gets the identity (primary identifier name).
getIncludeResource(String) - Method in class com.tameif.tame.factory.DefaultIncluder
 
getIncludeResourcePath(String, String) - Method in class com.tameif.tame.factory.DefaultIncluder
 
getInitBlock() - Method in class com.tameif.tame.lang.Operation
Gets the initializer block, if any.
getInputCharset() - Method in class com.tameif.tame.factory.DefaultReaderOptions
 
getInputCharset() - Method in interface com.tameif.tame.factory.TAMEScriptReaderOptions
Gets the charset to use for reading module source.
getInputMessage() - Method in class com.tameif.tame.TAMERequest
Gets the request's input message.
getInterpretNanos() - Method in class com.tameif.tame.TAMEResponse
Gets the amount of nanos it took to process the input itself.
getMinimumArgumentLength() - Method in enum com.tameif.tame.lang.BlockEntryType
Gets the minimum arguments that need to be accepted.
getModule() - Method in class com.tameif.tame.TAMEModuleContext
Gets the encapsulated module.
getModuleContext() - Method in class com.tameif.tame.TAMERequest
Gets the module context that this affects.
getModuleVariableName() - Method in class com.tameif.tame.factory.DefaultJSExporterOptions
 
getModuleVariableName() - Method in interface com.tameif.tame.factory.TAMEJSExporterOptions
Gets the JS variable to use if exporting to just module data.
getMonthsOfYear() - Method in interface com.tameif.tame.util.DateUtils.DateLocale
Gets the array lookup for the names of the months of the year.
getNames() - Method in class com.tameif.tame.element.TAction
Gets the names of this action.
getNames() - Method in class com.tameif.tame.element.TObject
Gets the initial names on this object as an iterable structure.
getObject1() - Method in class com.tameif.tame.TAMECommand
Gets the first object.
getObject2() - Method in class com.tameif.tame.TAMECommand
Gets the second object.
getObjectByIdentity(String) - Method in class com.tameif.tame.TAMEModule
Retrieves an Object by identity.
getObjectContext(TObject) - Method in class com.tameif.tame.TAMEModuleContext
Gets an object context by object.
getObjectContextByIdentity(String) - Method in class com.tameif.tame.TAMEModuleContext
Gets an object context by object name.
getObjectContexts() - Method in class com.tameif.tame.TAMEModuleContext
Get the object contexts.
getObjectCount() - Method in class com.tameif.tame.TAMEModule
Gets how many objects are in this module.
getObjectList() - Method in class com.tameif.tame.TAMEModule
 
getObjectsOwnedByElement(ObjectContainer) - Method in class com.tameif.tame.element.context.TOwnershipMap
Gets the list of objects owned by an element.
getObjectsOwnedByElementCount(ObjectContainer) - Method in class com.tameif.tame.element.context.TOwnershipMap
Gets the count of objects owned by an element.
getOperand0() - Method in class com.tameif.tame.lang.Operation
Gets the first operand, if any.
getOperand1() - Method in class com.tameif.tame.lang.Operation
Gets the second operand, if any.
getOperation() - Method in class com.tameif.tame.lang.Operation
Gets the operation on this operation.
getOperationRunawayMax() - Method in class com.tameif.tame.TAMEModuleContext
 
getOperationsExecuted() - Method in class com.tameif.tame.TAMEResponse
 
getOwnershipMap() - Method in class com.tameif.tame.TAMEModuleContext
 
getParent() - Method in class com.tameif.tame.element.TContainer
 
getParent() - Method in class com.tameif.tame.element.TElement
Gets this object's parent.
getParent() - Method in class com.tameif.tame.element.TPlayer
 
getParent() - Method in class com.tameif.tame.element.TRoom
 
getParent() - Method in class com.tameif.tame.element.TWorld
 
getPlayerByIdentity(String) - Method in class com.tameif.tame.TAMEModule
Retrieves a Player by identity.
getPlayerContext(TPlayer) - Method in class com.tameif.tame.TAMEModuleContext
Gets a player context by player.
getPlayerContextByIdentity(String) - Method in class com.tameif.tame.TAMEModuleContext
Gets a player context by player name.
getPlayerContexts() - Method in class com.tameif.tame.TAMEModuleContext
Get the player contexts.
getPlayerCount() - Method in class com.tameif.tame.TAMEModule
Gets how many players are in this module.
getPlayerList() - Method in class com.tameif.tame.TAMEModule
 
getPrecedence() - Method in enum com.tameif.tame.lang.ArithmeticOperator
Operator precedence.
getRandom() - Method in class com.tameif.tame.TAMEModuleContext
Gets the context random number generator.
getRequestNanos() - Method in class com.tameif.tame.TAMEResponse
Gets the request nanos for the full processing.
getReturnType() - Method in interface com.tameif.tame.lang.OperationType
Returns the return types that this operation return.
getReturnType() - Method in enum com.tameif.tame.TAMEOperation
 
getRoomByIdentity(String) - Method in class com.tameif.tame.TAMEModule
Retrieves a Room by identity.
getRoomContext(TRoom) - Method in class com.tameif.tame.TAMEModuleContext
Gets a room context by room.
getRoomContextByIdentity(String) - Method in class com.tameif.tame.TAMEModuleContext
Gets a room context by room name.
getRoomContexts() - Method in class com.tameif.tame.TAMEModuleContext
Get the room contexts.
getRoomCount() - Method in class com.tameif.tame.TAMEModule
Gets how many rooms are in this module.
getRoomList() - Method in class com.tameif.tame.TAMEModule
 
getStartingPath() - Method in class com.tameif.tame.factory.DefaultJSExporterOptions
 
getStartingPath() - Method in interface com.tameif.tame.factory.TAMEJSExporterOptions
Gets the JS Wrapper starting file path to use.
getStepBlock() - Method in class com.tameif.tame.lang.Operation
Gets the stepping control block, if any.
getSuccessBlock() - Method in class com.tameif.tame.lang.Operation
Gets the success control block, if any.
getSymbol() - Method in enum com.tameif.tame.lang.ArithmeticOperator
Operator symbol.
getTags() - Method in class com.tameif.tame.element.TObject
Gets the initial tags on this object as an iterable structure.
getTarget() - Method in class com.tameif.tame.TAMECommand
Gets the open target.
getType() - Method in class com.tameif.tame.element.TAction
Gets the action type.
getType() - Method in class com.tameif.tame.lang.Cue
Gets this message cue's type.
getType() - Method in class com.tameif.tame.lang.Value
Returns this value's type.
getValue() - Method in class com.tameif.tame.lang.Value
 
getValue(String) - Method in class com.tameif.tame.element.context.TElementContext
Gets a variable's value on this context.
getValues() - Method in class com.tameif.tame.lang.BlockEntry
Gets the values to match.
getVerboseStream() - Method in class com.tameif.tame.factory.DefaultJSExporterOptions
 
getVerboseStream() - Method in class com.tameif.tame.factory.DefaultReaderOptions
 
getVerboseStream() - Method in interface com.tameif.tame.factory.TAMEJSExporterOptions
 
getVerboseStream() - Method in interface com.tameif.tame.factory.TAMEScriptReaderOptions
Gets the output stream to print verbose messages to.
getVersion() - Static method in class com.tameif.tame.TAMELogic
Gets the embedded version string.
getWorld() - Method in class com.tameif.tame.TAMEModule
Gets the module's world.
getWorldContext() - Method in class com.tameif.tame.TAMEModuleContext
Gets this module's world context.
greater(Value, Value) - Static method in class com.tameif.tame.lang.Value
Returns if the first literal value is greater than the second.
greaterOrEqual(Value, Value) - Static method in class com.tameif.tame.lang.Value
Returns if the first literal value is greater than or equal to the second.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links