Java.parser
Class FunctionParser.PFNField

java.lang.Object
  extended by Java.parser.FunctionParser.PFNField
Enclosing class:
FunctionParser

protected class FunctionParser.PFNField
extends java.lang.Object


Field Summary
 double _doubleValue
           
 FunctionParser.Function _func
           
 java.lang.String _strValue
           
 int _type
           
static int TOK_CLOSE_BRACKET
           
static int TOK_NUMBER
           
static int TOK_OPEN_BRACKET
           
static int TOK_OPERATOR
           
static int TOK_PARAMETER
           
static int TOK_UNUSED
           
 
Constructor Summary
protected FunctionParser.PFNField()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FunctionParser.PFNField

protected FunctionParser.PFNField()