org.apache.commons.ognl
Interface OgnlParserConstants

All Known Implementing Classes:
OgnlParser, OgnlParserTokenManager

public interface OgnlParserConstants

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


Field Summary
static int BACK_CHAR_ESC
          RegularExpression Id.
static int BACK_CHAR_LITERAL
          RegularExpression Id.
static int CHAR_LITERAL
          RegularExpression Id.
static int DEC_DIGITS
          RegularExpression Id.
static int DEC_FLT
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DYNAMIC_SUBSCRIPT
          RegularExpression Id.
static int EOF
          End of File.
static int ESC
          RegularExpression Id.
static int EXPONENT
          RegularExpression Id.
static int FLT_LITERAL
          RegularExpression Id.
static int FLT_SUFF
          RegularExpression Id.
static int IDENT
          RegularExpression Id.
static int INT_LITERAL
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int STRING_ESC
          RegularExpression Id.
static int STRING_LITERAL
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int WithinBackCharLiteral
          Lexical state.
static int WithinCharLiteral
          Lexical state.
static int WithinStringLiteral
          Lexical state.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

IDENT

static final int IDENT
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

DYNAMIC_SUBSCRIPT

static final int DYNAMIC_SUBSCRIPT
RegularExpression Id.

See Also:
Constant Field Values

ESC

static final int ESC
RegularExpression Id.

See Also:
Constant Field Values

CHAR_LITERAL

static final int CHAR_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

BACK_CHAR_ESC

static final int BACK_CHAR_ESC
RegularExpression Id.

See Also:
Constant Field Values

BACK_CHAR_LITERAL

static final int BACK_CHAR_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

STRING_ESC

static final int STRING_ESC
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

INT_LITERAL

static final int INT_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

FLT_LITERAL

static final int FLT_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

DEC_FLT

static final int DEC_FLT
RegularExpression Id.

See Also:
Constant Field Values

DEC_DIGITS

static final int DEC_DIGITS
RegularExpression Id.

See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

FLT_SUFF

static final int FLT_SUFF
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

WithinCharLiteral

static final int WithinCharLiteral
Lexical state.

See Also:
Constant Field Values

WithinBackCharLiteral

static final int WithinBackCharLiteral
Lexical state.

See Also:
Constant Field Values

WithinStringLiteral

static final int WithinStringLiteral
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.