- EndInterrupt - Class in com.tameif.tame.interrupt
-
Interrupt for ending a block call or returning from a function.
- ErrorInterrupt - Class in com.tameif.tame.interrupt
-
Throwable that is thrown by a user (script writer) error, probably.
- element - Variable in class com.tameif.tame.element.context.TElementContext
-
Reference to source element.
- EndInterrupt() - Constructor for class com.tameif.tame.interrupt.EndInterrupt
-
- EndInterrupt(String) - Constructor for class com.tameif.tame.interrupt.EndInterrupt
-
- ErrorInterrupt() - Constructor for class com.tameif.tame.interrupt.ErrorInterrupt
-
- ErrorInterrupt(String) - Constructor for class com.tameif.tame.interrupt.ErrorInterrupt
-
- endTag(String) - Method in class com.tameif.tame.lang.FormatParser
-
Called at the end of a tag.
- enqueueInterpretedAction(TAMERequest, TAMEResponse, TAMELogic.InterpreterContext) - Static method in class com.tameif.tame.TAMELogic
-
Enqueues an action based on how it is interpreted.
- equals(TAction) - Method in class com.tameif.tame.element.TAction
-
Compares actions.
- equals(TElement) - Method in class com.tameif.tame.element.TElement
-
Compares elements.
- equals(BlockEntry) - Method in class com.tameif.tame.lang.BlockEntry
-
Checks if this entry is equal to another entry.
- equals(Value) - Method in class com.tameif.tame.lang.Value
-
Returns if this value is equal to another: PERFECTLY EQUAL, type strict.
- equals(Value, Value) - Static method in class com.tameif.tame.lang.Value
-
Returns if two values are equal, no type safety if they are literals.
- equals(Object) - Method in class com.tameif.tame.element.TAction
-
- equals(Object) - Method in class com.tameif.tame.element.TElement
-
- equals(Object) - Method in class com.tameif.tame.lang.BlockEntry
-
- equals(Object) - Method in class com.tameif.tame.lang.Value
-
- equalsIgnoreType(Value) - Method in class com.tameif.tame.lang.Value
-
Returns if this value is equal to another, value-wise.
- execute(TAMERequest, TAMEResponse, ValueSet) - Method in class com.tameif.tame.lang.Block
-
- execute(TAMERequest, TAMEResponse, ValueSet) - Method in interface com.tameif.tame.lang.CallableType
-
Executes something that can change the request and response.
- execute(TAMERequest, TAMEResponse, ValueSet) - Method in class com.tameif.tame.lang.Operation
-
- execute(TAMERequest, TAMEResponse, ValueSet, Operation) - Method in interface com.tameif.tame.lang.OperationType
-
Calls the operation and increments the operation count.
- execute(TAMERequest, TAMEResponse, ValueSet, Operation) - Method in enum com.tameif.tame.TAMEOperation
-
Increments the runaway operation counter and calls the operation.
- export(File, TAMEModule) - Static method in class com.tameif.tame.factory.TAMEJSExporter
-
Exports a TAME Module to a stand-alone JavaScript module with default options.
- export(File, TAMEModule, TAMEJSExporterOptions) - Static method in class com.tameif.tame.factory.TAMEJSExporter
-
Exports a TAME Module to a stand-alone JavaScript module.
- export(OutputStream, TAMEModule) - Static method in class com.tameif.tame.factory.TAMEJSExporter
-
Exports a TAME Module to a stand-alone JavaScript module.
- export(OutputStream, TAMEModule, TAMEJSExporterOptions) - Static method in class com.tameif.tame.factory.TAMEJSExporter
-
Exports a TAME Module to a stand-alone JavaScript module.
- export(Writer, TAMEModule) - Static method in class com.tameif.tame.factory.TAMEJSExporter
-
Exports a TAME Module to a stand-alone JavaScript module.
- export(Writer, TAMEModule, TAMEJSExporterOptions) - Static method in class com.tameif.tame.factory.TAMEJSExporter
-
Exports a TAME Module to a stand-alone JavaScript module.
- exportToString(TAMEModule) - Static method in class com.tameif.tame.factory.TAMEJSExporter
-
Exports a TAME Module to a stand-alone JavaScript module with default options.
- exportToString(TAMEModule, TAMEJSExporterOptions) - Static method in class com.tameif.tame.factory.TAMEJSExporter
-
Exports a TAME Module to a stand-alone JavaScript module.