| Interface | Description |
|---|---|
| RtflFunction |
Interface for defining functions
|
| Class | Description |
|---|---|
| InstructionFunction |
Function that contains RtflInstruction objects to execute
|
| JavaInteropFunctions |
Utility class to setup Rtfl/Java interop functions
|
| RtflRuntime |
Main Rtfl runtime class.
|
| RtflRuntime.LocalVar | |
| RtflRuntime.RtflMetadata |
Utility class to store Rtfl compiled file metadata
|
| Scope |
Class to store information about the current scope of executing instructions
|
| StandardFunctions |
Utility class containing implementations of all Rtfl standard functions
|
| Exception | Description |
|---|---|
| RuntimeException |
Exception to be thrown when an Rtfl runtime fails to execute an instruction
|