Uses of Interface
com.udojava.evalex.Operator
-
-
Uses of Operator in com.udojava.evalex
Classes in com.udojava.evalex that implement Operator Modifier and Type Class Description classAbstractOperatorAbstract implementation of an operator.classAbstractUnaryOperatorAbstract implementation of an unary operator.
This abstract implementation implements eval so that it forwards its first parameter to evalUnary.classExpression.OperatorAbstract definition of a supported operator.classExpression.UnaryOperatorAbstract definition of a prefix unary operator with right-side operand.
-