Package | Description |
---|---|
org.rvpf.processor.engine.rpn |
RPN Engine.
|
org.rvpf.processor.engine.rpn.operation |
RPN operations.
|
Modifier and Type | Method and Description |
---|---|
Optional<Map<String,MacroDef>> |
RPNEngine.getMacroDefs(ProxyEntity proxyEntity)
Gets the macro instruction definitions.
|
Optional<Map<String,Program>> |
RPNEngine.getWordDefs(ProxyEntity proxyEntity,
Optional<Map<String,MacroDef>> macroDefs)
Gets the additional word definitions.
|
Optional<OperationReference> |
Compiler.nextReference()
Returns the next operation reference.
|
Optional<OperationReference> |
Compiler.peekReference()
Peeks at the next operation reference.
|
Modifier and Type | Method and Description |
---|---|
OperationReference |
Operation.newReference(Compiler compiler)
Returns a new reference to this operation.
|
void |
OperationReference.setUp(Compiler compiler)
Sets up the reference.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.