Package com.ezylang.evalex.operators
Annotation Type PostfixOperator
-
@Documented @Target(TYPE) @Retention(RUNTIME) public @interface PostfixOperatorThe postfix operator annotation
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanleftAssociativeOperator associativity, defaults totrue.intprecedenceOperator precedence, usually one from the constants inOperatorIfc.
-
-
-
Element Detail
-
precedence
int precedence
Operator precedence, usually one from the constants inOperatorIfc.- Default:
- 60
-
-