Enum Class IntegerArithmeticExpression.Operation

java.lang.Object
java.lang.Enum<IntegerArithmeticExpression.Operation>
com.petrolpark.core.scratch.symbol.expression.math.IntegerArithmeticExpression.Operation
All Implemented Interfaces:
DropdownArgument.Entry<IScratchEnvironment,IntegerArithmeticExpression.Operation>, Serializable, Comparable<IntegerArithmeticExpression.Operation>, Constable
Enclosing class:
IntegerArithmeticExpression

public static enum IntegerArithmeticExpression.Operation extends Enum<IntegerArithmeticExpression.Operation> implements DropdownArgument.Entry<IScratchEnvironment,IntegerArithmeticExpression.Operation>