org.pentaho.reporting.libraries.formula.parser
Interface GeneratedFormulaParserConstants

All Known Implementing Classes:
FormulaParser, GeneratedFormulaParser, GeneratedFormulaParserTokenManager

public interface GeneratedFormulaParserConstants


Field Summary
static int APPROXIMATE_NUMERIC_LITERAL
           
static int BINARY_DIGIT
           
static int COLON
           
static int COLUMN_LOOKUP
           
static int COMMA
           
static int CONCAT
           
static int DEFAULT
           
static int DIGIT
           
static int DIV
           
static int DQUOTE
           
static int EOF
           
static int EQUALS
           
static int EXACT_NUMERIC_LITERAL
           
static int EXPONENT_PART
           
static int GT
           
static int GT_EQUALS
           
static int HEX_DIGIT
           
static int IDENTIFIER
           
static int L_BRACE
           
static int L_BRACKET
           
static int L_PAREN
           
static int LETTER
           
static int LT
           
static int LT_EQUALS
           
static int MANTISSA
           
static int MINUS
           
static int MULT
           
static int NEWLINE
           
static int NON_ZERO_DIGIT
           
static int NONQUOTE_CHARACTER
           
static int NONQUOTE_LOOKUP
           
static int NOT_EQUALS
           
static int NULL
           
static int PERCENT
           
static int PERIOD
           
static int PIPE
           
static int PLUS
           
static int POW
           
static int QUEST
           
static int QUOTE
           
static int R_BRACE
           
static int R_BRACKET
           
static int R_PAREN
           
static int SEMICOLON
           
static int SIGN
           
static int STRING_LITERAL
           
static String[] tokenImage
           
static int UNSIGNED_INTEGER
           
static int UNSIGNED_NUMERIC_LITERAL
           
static int WHITESPACE
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

WHITESPACE

static final int WHITESPACE
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

NON_ZERO_DIGIT

static final int NON_ZERO_DIGIT
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

HEX_DIGIT

static final int HEX_DIGIT
See Also:
Constant Field Values

BINARY_DIGIT

static final int BINARY_DIGIT
See Also:
Constant Field Values

UNSIGNED_INTEGER

static final int UNSIGNED_INTEGER
See Also:
Constant Field Values

EXPONENT_PART

static final int EXPONENT_PART
See Also:
Constant Field Values

NEWLINE

static final int NEWLINE
See Also:
Constant Field Values

NONQUOTE_CHARACTER

static final int NONQUOTE_CHARACTER
See Also:
Constant Field Values

NONQUOTE_LOOKUP

static final int NONQUOTE_LOOKUP
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

PERIOD

static final int PERIOD
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

QUOTE

static final int QUOTE
See Also:
Constant Field Values

DQUOTE

static final int DQUOTE
See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
See Also:
Constant Field Values

L_PAREN

static final int L_PAREN
See Also:
Constant Field Values

R_PAREN

static final int R_PAREN
See Also:
Constant Field Values

L_BRACKET

static final int L_BRACKET
See Also:
Constant Field Values

R_BRACKET

static final int R_BRACKET
See Also:
Constant Field Values

QUEST

static final int QUEST
See Also:
Constant Field Values

L_BRACE

static final int L_BRACE
See Also:
Constant Field Values

R_BRACE

static final int R_BRACE
See Also:
Constant Field Values

PIPE

static final int PIPE
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

MULT

static final int MULT
See Also:
Constant Field Values

DIV

static final int DIV
See Also:
Constant Field Values

POW

static final int POW
See Also:
Constant Field Values

EQUALS

static final int EQUALS
See Also:
Constant Field Values

NOT_EQUALS

static final int NOT_EQUALS
See Also:
Constant Field Values

LT_EQUALS

static final int LT_EQUALS
See Also:
Constant Field Values

GT_EQUALS

static final int GT_EQUALS
See Also:
Constant Field Values

LT

static final int LT
See Also:
Constant Field Values

GT

static final int GT
See Also:
Constant Field Values

CONCAT

static final int CONCAT
See Also:
Constant Field Values

PERCENT

static final int PERCENT
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
See Also:
Constant Field Values

COLUMN_LOOKUP

static final int COLUMN_LOOKUP
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

UNSIGNED_NUMERIC_LITERAL

static final int UNSIGNED_NUMERIC_LITERAL
See Also:
Constant Field Values

EXACT_NUMERIC_LITERAL

static final int EXACT_NUMERIC_LITERAL
See Also:
Constant Field Values

APPROXIMATE_NUMERIC_LITERAL

static final int APPROXIMATE_NUMERIC_LITERAL
See Also:
Constant Field Values

MANTISSA

static final int MANTISSA
See Also:
Constant Field Values

SIGN

static final int SIGN
See Also:
Constant Field Values

NULL

static final int NULL
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage