Package | Description |
---|---|
org.rvpf.processor.engine.rpn |
RPN Engine.
|
org.rvpf.processor.engine.rpn.operation |
RPN operations.
|
org.rvpf.processor.engine.rpn.selector |
Summarizer Engine.
|
org.rvpf.processor.engine.rpn.selector.summarizer |
Modifier and Type | Method and Description |
---|---|
void |
Task.call(Program program)
Calls a program.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleOperation.Reference.execute(Task task)
Executes this operation for the specified task.
|
abstract void |
OperationReference.execute(Task task)
Executes this operation for the specified task.
|
void |
Operation.execute(Task task)
Executes this for the specified Task.
|
void |
Operation.Abstract.execute(Task task)
Executes this for the specified Task.
|
void |
StringOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
StackOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
abstract void |
SimpleOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
RationalOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
LongOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
DoubleOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
DateTimeOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
ContainerOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
ComplexOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
BooleanOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
BigRationalOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
BigIntegerOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
BigDecimalOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
void |
BasicOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
protected static void |
SimpleOperations.fail()
Fails silently.
|
protected static void |
OperationReference.fail()
Fails silently.
|
protected static void |
SimpleOperations.fail(Messages.Entry entry,
Object... params)
Fails with a message.
|
protected static void |
OperationReference.fail(String message)
Fails with a message.
|
Operation |
Operation.filter(Task task,
OperationReference reference)
Apply the overloading filters to locate the appropriate operation.
|
Operation |
Operation.Abstract.filter(Task task,
OperationReference reference)
Apply the overloading filters to locate the appropriate operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectorOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
Modifier and Type | Method and Description |
---|---|
void |
SummarizerOperations.execute(Task task,
SimpleOperation.Reference reference)
Executes an operation code within the context of a task.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.