Package com.ezylang.evalex.operators
Annotation Type InfixOperator
-
@Documented @Target(TYPE) @Retention(RUNTIME) public @interface InfixOperatorThe infix operator annotation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intprecedenceOperator precedence, usually one from the constants inOperatorIfc.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanleftAssociativeOperator associativity, defaults totrue.booleanoperandsLazyOperands are evaluated lazily, defaults tofalse.
-
-
-
Element Detail
-
precedence
int precedence
Operator precedence, usually one from the constants inOperatorIfc.
-
-