Uses of Class
com.ezylang.evalex.operators.OperatorIfc.OperatorType
-
Packages that use OperatorIfc.OperatorType Package Description com.ezylang.evalex.operators -
-
Uses of OperatorIfc.OperatorType in com.ezylang.evalex.operators
Methods in com.ezylang.evalex.operators that return OperatorIfc.OperatorType Modifier and Type Method Description static OperatorIfc.OperatorTypeOperatorIfc.OperatorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperatorIfc.OperatorType[]OperatorIfc.OperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-