Package org.kigalisim.lang.operation
Class RemoveUnitsOperation
java.lang.Object
org.kigalisim.lang.operation.RemoveUnitsOperation
- All Implemented Interfaces:
Operation
Operation which maintains the same value but forces a change to units.
Operation which takes the top value of a push-down machine and forces it to have a specific units value while maintaining the same numeric value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(PushDownMachine machine) Execute the calculation and leave the result at the top of the stack.
-
Constructor Details
-
RemoveUnitsOperation
public RemoveUnitsOperation()
-
-
Method Details