Uses of Enum
parser.TYPE

Packages that use TYPE
Package
Description
Classes designed to parse a mathematical expression.
  • Uses of TYPE in parser

    Fields in parser declared as TYPE
    Modifier and Type
    Field
    Description
    (package private) TYPE
    MathExpression.returnType
    The type of output returned by the parser.
    private TYPE
    Variable.type
     
    Methods in parser that return TYPE
    Modifier and Type
    Method
    Description
    MathExpression.getReturnType()
     
    Variable.getType()
     
    static TYPE
    TYPE.valueOf(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)