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

A

ArithmeticStackStateException - Exception in com.tameif.tame.exception
Thrown when the arithmetic stack ends up in a way that should not be.
ArgumentType - Enum in com.tameif.tame.lang
Describes argument types.
ArithmeticOperator - Enum in com.tameif.tame.lang
Arithmetic operators.
ArithmeticStackStateException() - Constructor for exception com.tameif.tame.exception.ArithmeticStackStateException
 
ArithmeticStackStateException(String) - Constructor for exception com.tameif.tame.exception.ArithmeticStackStateException
 
ArithmeticStackStateException(String, Object...) - Constructor for exception com.tameif.tame.exception.ArithmeticStackStateException
 
ArithmeticStackStateException(String, Throwable) - Constructor for exception com.tameif.tame.exception.ArithmeticStackStateException
 
ArithmeticStackStateException(Throwable) - Constructor for exception com.tameif.tame.exception.ArithmeticStackStateException
 
absolute(Value) - Static method in class com.tameif.tame.lang.Value
Returns the absolute value of a literal value.
add(BlockEntry, Block) - Method in class com.tameif.tame.lang.BlockTable
Adds a block to this block table.
add(Operation) - Method in class com.tameif.tame.lang.Block
Adds a statement to the block.
add(Value, Value) - Static method in class com.tameif.tame.lang.Value
Returns the addition of two literal values.
add(String, FunctionEntry) - Method in class com.tameif.tame.lang.FunctionTable
Adds a function to this function table.
addAction(TAction) - Method in class com.tameif.tame.TAMEModule
Add an action to this world.
addAttribute(String, String) - Method in class com.tameif.tame.TAMEModule.Header
Adds an attribute to the module.
addBlock(BlockEntry, Block) - Method in class com.tameif.tame.element.TElement
Adds/replaces a block and block entry to this element.
addCommand(TAMECommand) - Method in class com.tameif.tame.TAMERequest
Adds a command to the queue to be processed later.
addContainer(TContainer) - Method in class com.tameif.tame.TAMEModule
Adds an container to the module.
addCue(String) - Method in class com.tameif.tame.TAMEResponse
Adds a response cue to this response object with no content.
addCue(String, boolean) - Method in class com.tameif.tame.TAMEResponse
Adds a response cue to this response object.
addCue(String, double) - Method in class com.tameif.tame.TAMEResponse
Adds a response cue to this response object.
addCue(String, long) - Method in class com.tameif.tame.TAMEResponse
Adds a response cue to this response object.
addCue(String, String) - Method in class com.tameif.tame.TAMEResponse
Adds a response cue to this response object.
addDeterminer(String) - Method in class com.tameif.tame.element.TObject
Adds a name determiner to this object.
addExtraStrings(String) - Method in class com.tameif.tame.element.TAction
Adds an extra string.
addFunction(String, FunctionEntry) - Method in class com.tameif.tame.element.TElement
Adds/replaces a block and block entry to this element.
addName(String) - Method in class com.tameif.tame.element.TAction
Adds an action name.
addName(String) - Method in class com.tameif.tame.element.TObject
Adds an initial name to this object.
addObject(TObject) - Method in class com.tameif.tame.TAMEModule
Adds an object to the module.
addObjectName(TObject, String) - Method in class com.tameif.tame.element.context.TOwnershipMap
Adds a name to an object.
addObjectTag(TObject, String) - Method in class com.tameif.tame.element.context.TOwnershipMap
Adds a tag to this object.
addObjectToElement(TObject, ObjectContainer) - Method in class com.tameif.tame.element.context.TOwnershipMap
Adds an object to an element that can hold objects.
addPlayer(TPlayer) - Method in class com.tameif.tame.TAMEModule
Adds an player to the module.
addPlayerToRoom(TPlayer, TRoom) - Method in class com.tameif.tame.element.context.TOwnershipMap
Adds a player to a room and discards the stack.
addRoom(TRoom) - Method in class com.tameif.tame.TAMEModule
Adds a room to the module.
addTag(String) - Method in class com.tameif.tame.element.TObject
Adds an initial tag to this object.
asBoolean() - Method in class com.tameif.tame.lang.Value
Returns this value as a boolean value.
asDouble() - Method in class com.tameif.tame.lang.Value
Returns the double value of this value.
asLong() - Method in class com.tameif.tame.lang.Value
Returns this value as a long value.
asString() - Method in class com.tameif.tame.lang.Value
Returns the String value of this value (not the same as toString()!!).
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