Package com.ezylang.evalex.operators
Annotation Type PrefixOperator
-
@Documented @Target(TYPE) @Retention(RUNTIME) public @interface PrefixOperatorThe prefix 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
-
-