Package org.kigalisim.lang.operation
Class GetVariableOperation
java.lang.Object
org.kigalisim.lang.operation.GetVariableOperation
- All Implemented Interfaces:
Operation
Operation that retrieves a variable's value from the engine.
This operation retrieves the value of a specified variable from the engine.
-
Constructor Summary
ConstructorsConstructorDescriptionGetVariableOperation(String variableName) Create a new GetVariableOperation. -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(PushDownMachine machine) Execute the calculation and leave the result at the top of the stack.
-
Constructor Details
-
GetVariableOperation
Create a new GetVariableOperation.- Parameters:
variableName- The name of the variable to retrieve.
-
-
Method Details