Uses of Class
com.udojava.evalex.AbstractLazyOperator
-
-
Uses of AbstractLazyOperator in com.udojava.evalex
Subclasses of AbstractLazyOperator in com.udojava.evalex 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.
-