Package com.ezylang.evalex.operators
-
Interface Summary Interface Description OperatorIfc Interface that is required for all operators in an operator dictionary for evaluation of expressions. -
Class Summary Class Description AbstractOperator Abstract implementation of theOperatorIfc, used as base class for operator implementations. -
Enum Summary Enum Description OperatorIfc.OperatorType The operator type. -
Exception Summary Exception Description OperatorAnnotationNotFoundException Operator properties are defined through a class annotation, this exception is thrown if no annotation was found when creating the operator instance. -
Annotation Types Summary Annotation Type Description InfixOperator The infix operator annotationPostfixOperator The postfix operator annotationPrefixOperator The prefix operator annotation