Package | Description |
---|---|
com.tameif.tame |
Base package.
|
com.tameif.tame.element.context |
Contains context and state data for a TAME context.
|
com.tameif.tame.lang |
Contains linguistic abstraction classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
TAMELogic.callBlock(TAMERequest request,
TAMEResponse response,
TElementContext<?> context,
Block block,
boolean functionBlock,
ValueSet blockLocal)
Performs the necessary tasks for calling an object block.
|
protected void |
TAMEOperation.doOperation(TAMERequest request,
TAMEResponse response,
ValueSet blockLocal,
Operation operation)
Performs the operation.
|
void |
TAMEOperation.execute(TAMERequest request,
TAMEResponse response,
ValueSet blockLocal,
Operation operation)
Increments the runaway operation counter and calls the operation.
|
Modifier and Type | Field and Description |
---|---|
protected ValueSet |
TElementContext.variables
Variable bank.
|
Modifier and Type | Method and Description |
---|---|
static ValueSet |
ValueSet.create(java.util.Map<java.lang.Long,Value> referenceMap,
java.io.InputStream in)
Creates this object from an input stream, expecting its byte representation.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueSet.copyFrom(ValueSet hash)
Copies values from one value hash to this one.
|
void |
Block.execute(TAMERequest request,
TAMEResponse response,
ValueSet blockLocal) |
void |
CallableType.execute(TAMERequest request,
TAMEResponse response,
ValueSet blockLocal)
Executes something that can change the request and response.
|
void |
Operation.execute(TAMERequest request,
TAMEResponse response,
ValueSet blockLocal) |
void |
OperationType.execute(TAMERequest request,
TAMEResponse response,
ValueSet blockLocal,
Operation statement)
Calls the operation and increments the operation count.
|