Uses of Package
com.ezylang.evalex.operators
-
Classes in com.ezylang.evalex.operators used by com.ezylang.evalex.config Class Description OperatorIfc Interface that is required for all operators in an operator dictionary for evaluation of expressions. -
Classes in com.ezylang.evalex.operators used by com.ezylang.evalex.operators Class Description OperatorIfc Interface that is required for all operators in an operator dictionary for evaluation of expressions.OperatorIfc.OperatorType The operator type. -
Classes in com.ezylang.evalex.operators used by com.ezylang.evalex.operators.arithmetic Class Description AbstractOperator Abstract implementation of theOperatorIfc, used as base class for operator implementations.InfixOperator The infix operator annotationOperatorIfc Interface that is required for all operators in an operator dictionary for evaluation of expressions.PrefixOperator The prefix operator annotation -
Classes in com.ezylang.evalex.operators used by com.ezylang.evalex.operators.booleans Class Description AbstractOperator Abstract implementation of theOperatorIfc, used as base class for operator implementations.InfixOperator The infix operator annotationOperatorIfc Interface that is required for all operators in an operator dictionary for evaluation of expressions.PrefixOperator The prefix operator annotation -
Classes in com.ezylang.evalex.operators used by com.ezylang.evalex.parser Class Description OperatorIfc Interface that is required for all operators in an operator dictionary for evaluation of expressions.