Uses of Class
parser.TYPE
| Package | Description |
|---|---|
| parser |
Classes designed to parse a mathematical expression.
|
-
Uses of TYPE in parser
Methods in parser that return TYPE Modifier and Type Method Description TYPEMathExpression. getReturnType()TYPEVariable. getType()static TYPETYPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TYPE[]TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.