Java.parser
Class FunctionParser.PFNField
java.lang.Object
Java.parser.FunctionParser.PFNField
- Enclosing class:
- FunctionParser
protected class FunctionParser.PFNField
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOK_UNUSED
public static final int TOK_UNUSED
- See Also:
- Constant Field Values
TOK_NUMBER
public static final int TOK_NUMBER
- See Also:
- Constant Field Values
TOK_OPERATOR
public static final int TOK_OPERATOR
- See Also:
- Constant Field Values
TOK_OPEN_BRACKET
public static final int TOK_OPEN_BRACKET
- See Also:
- Constant Field Values
TOK_CLOSE_BRACKET
public static final int TOK_CLOSE_BRACKET
- See Also:
- Constant Field Values
TOK_PARAMETER
public static final int TOK_PARAMETER
- See Also:
- Constant Field Values
_type
public int _type
_func
public FunctionParser.Function _func
_strValue
public java.lang.String _strValue
_doubleValue
public double _doubleValue
FunctionParser.PFNField
protected FunctionParser.PFNField()