Uses of Enum Class
parser.TYPE
Packages that use TYPE
-
Uses of TYPE in parser
Modifier and TypeFieldDescription(package private) TYPE
MathExpression.returnType
The type of output returned by the parser.private TYPE
Variable.type
Modifier and TypeMethodDescriptionMathExpression.getReturnType()
Variable.getType()
static TYPE
Returns the enum constant of this class with the specified name.static TYPE[]
TYPE.values()
Returns an array containing the constants of this enum class, in the order they are declared.