com.wewebu.expression.parser
Interface OwExprParserConstants

All Known Implementing Classes:
OwExprParser, OwExprParserTokenManager

public interface OwExprParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int AND
          RegularExpression Id.
static int DECIMAL_EXPONENT
          RegularExpression Id.
static int DECIMAL_LITERAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FLOATING_POINT_LITERAL
          RegularExpression Id.
static int FORMAL_COMMENT
          RegularExpression Id.
static int GE
          RegularExpression Id.
static int HEX_LITERAL
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IN_FORMAL_COMMENT
          Lexical state.
static int IN_MULTI_LINE_COMMENT
          Lexical state.
static int INTEGER_LITERAL
          RegularExpression Id.
static int LBRACKET
          RegularExpression Id.
static int LE
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int LT
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int NE
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NULL
          RegularExpression Id.
static int OCTAL_LITERAL
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PART_LETTER
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int RBRACKET
          RegularExpression Id.
static int REM
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int SLASH
          RegularExpression Id.
static int STAR
          RegularExpression Id.
static int STRING_LITERAL
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
static int XOR
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

FORMAL_COMMENT

static final int FORMAL_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

NULL

static final int NULL
RegularExpression Id.

See Also:
Constant Field Values

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

XOR

static final int XOR
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

HEX_LITERAL

static final int HEX_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

OCTAL_LITERAL

static final int OCTAL_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

FLOATING_POINT_LITERAL

static final int FLOATING_POINT_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_EXPONENT

static final int DECIMAL_EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

PART_LETTER

static final int PART_LETTER
RegularExpression Id.

See Also:
Constant Field Values

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

static final int RPAREN
RegularExpression Id.

See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
RegularExpression Id.

See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
RegularExpression Id.

See Also:
Constant Field Values

LT

static final int LT
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

LE

static final int LE
RegularExpression Id.

See Also:
Constant Field Values

GE

static final int GE
RegularExpression Id.

See Also:
Constant Field Values

NE

static final int NE
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

STAR

static final int STAR
RegularExpression Id.

See Also:
Constant Field Values

SLASH

static final int SLASH
RegularExpression Id.

See Also:
Constant Field Values

REM

static final int REM
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_FORMAL_COMMENT

static final int IN_FORMAL_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_MULTI_LINE_COMMENT

static final int IN_MULTI_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.