Class Operator

java.lang.Object
com.maroontress.intexpr.impl.Operator
All Implemented Interfaces:
Instruction

public final class Operator extends Object implements Instruction
The instruction that pops the operand(s) from the stack, executes the function with the operand(s), and pushes the return value to the stack.