Uses of Interface
com.udojava.evalex.LazyOperator
-
-
Uses of LazyOperator in com.udojava.evalex
Subinterfaces of LazyOperator in com.udojava.evalex Modifier and Type Interface Description interfaceOperatorBase interface which is required for all operators.Classes in com.udojava.evalex that implement LazyOperator Modifier and Type Class Description classAbstractLazyOperatorAbstract implementation of an operator.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.Fields in com.udojava.evalex with type parameters of type LazyOperator Modifier and Type Field Description protected java.util.Map<java.lang.String,LazyOperator>Expression. operatorsAll defined operators with name and implementation.Methods in com.udojava.evalex with type parameters of type LazyOperator Modifier and Type Method Description <OPERATOR extends LazyOperator>
OPERATORExpression. addOperator(OPERATOR operator)Adds an operator to the list of supported operators.
-