Uses of Class
com.ezylang.evalex.operators.PrefixOperator
-
Packages that use PrefixOperator Package Description com.ezylang.evalex.operators.arithmetic com.ezylang.evalex.operators.booleans -
-
Uses of PrefixOperator in com.ezylang.evalex.operators.arithmetic
Classes in com.ezylang.evalex.operators.arithmetic with annotations of type PrefixOperator Modifier and Type Class Description classPrefixMinusOperatorUnary prefix minus.classPrefixPlusOperatorUnary prefix plus. -
Uses of PrefixOperator in com.ezylang.evalex.operators.booleans
Classes in com.ezylang.evalex.operators.booleans with annotations of type PrefixOperator Modifier and Type Class Description classPrefixNotOperatorBoolean negation of value.
-