Uses of Class
parser.TYPE

Packages that use 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
    TYPE MathExpression.getReturnType()  
    TYPE Variable.getType()  
    static TYPE TYPE.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
    void MathExpression.setReturnType​(TYPE returnType)  
    void Variable.setType​(TYPE type)