org.richfaces.javacc
Interface RichMacroDefinitionConstants

All Known Implementing Classes:
RichMacroDefinition, RichMacroDefinitionTokenManager

public interface RichMacroDefinitionConstants

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


Field Summary
static int DEFAULT
          Lexical state.
static int EOF
          End of File.
static int LEFT_BRACKET
          RegularExpression Id.
static int LITERAL
          RegularExpression Id.
static int RIGHT_BRACKET
          RegularExpression Id.
static int SLASH
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SLASH

static final int SLASH
RegularExpression Id.

See Also:
Constant Field Values

LEFT_BRACKET

static final int LEFT_BRACKET
RegularExpression Id.

See Also:
Constant Field Values

RIGHT_BRACKET

static final int RIGHT_BRACKET
RegularExpression Id.

See Also:
Constant Field Values

LITERAL

static final int LITERAL
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.



Copyright © 2009. All Rights Reserved.