Package | Description |
---|---|
org.rvpf.processor.engine.rpn |
RPN Engine.
|
org.rvpf.processor.engine.rpn.operation |
RPN operations.
|
Modifier and Type | Method and Description |
---|---|
Optional<OperationReference> |
Task.nextReference()
Returns the next operation reference from code.
|
Optional<OperationReference> |
Compiler.nextReference()
Returns the next operation reference.
|
Optional<OperationReference> |
Compiler.peekReference()
Peeks at the next operation reference.
|
Modifier and Type | Class and Description |
---|---|
class |
OperandOperation.Reference
Reference.
|
class |
SimpleOperation.Reference
Reference.
|
Modifier and Type | Method and Description |
---|---|
OperationReference |
SimpleOperation.newReference(Compiler compiler)
Returns a new reference to this operation.
|
OperationReference |
Operation.newReference(Compiler compiler)
Returns a new reference to this operation.
|
OperationReference |
Operation.Abstract.newReference(Compiler compiler)
Returns a new reference to this operation.
|
OperationReference |
OperandOperation.newReference(Compiler compiler)
Returns a new reference to this operation.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.