Uses of Class
parser.TYPE
-
-
Uses of TYPE in parser
Methods in parser that return TYPE Modifier and Type Method Description TYPEMathExpression. getReturnType()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.Methods in parser with parameters of type TYPE Modifier and Type Method Description voidMathExpression. setReturnType(TYPE returnType)
-