org.apache.activemq.protobuf.compiler.parser
Interface ProtoParserConstants

All Known Implementing Classes:
ProtoParser, ProtoParserTokenManager

public interface ProtoParserConstants

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


Field Summary
static int COMMA
          RegularExpression Id.
static int COMMENT
          Lexical state.
static int DECIMAL_LITERAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int ENUM
          RegularExpression Id.
static int EOF
          End of File.
static int EQUALS
          RegularExpression Id.
static int EXPONENT
          RegularExpression Id.
static int EXTEND
          RegularExpression Id.
static int EXTENSIONS
          RegularExpression Id.
static int FLOAT
          RegularExpression Id.
static int GROUP
          RegularExpression Id.
static int HEX_LITERAL
          RegularExpression Id.
static int ID
          RegularExpression Id.
static int IMPORT
          RegularExpression Id.
static int INTEGER
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LBRACKET
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int MAX
          RegularExpression Id.
static int MESSAGE
          RegularExpression Id.
static int OCTAL_LITERAL
          RegularExpression Id.
static int OPTION
          RegularExpression Id.
static int OPTIONAL
          RegularExpression Id.
static int PACKAGE
          RegularExpression Id.
static int PERIOD
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RBRACKET
          RegularExpression Id.
static int REPEATED
          RegularExpression Id.
static int REQURIED
          RegularExpression Id.
static int RETURNS
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int RPC
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SERVICE
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int TO
          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

IMPORT

static final int IMPORT
RegularExpression Id.

See Also:
Constant Field Values

PACKAGE

static final int PACKAGE
RegularExpression Id.

See Also:
Constant Field Values

SERVICE

static final int SERVICE
RegularExpression Id.

See Also:
Constant Field Values

RPC

static final int RPC
RegularExpression Id.

See Also:
Constant Field Values

OPTION

static final int OPTION
RegularExpression Id.

See Also:
Constant Field Values

MESSAGE

static final int MESSAGE
RegularExpression Id.

See Also:
Constant Field Values

EXTENSIONS

static final int EXTENSIONS
RegularExpression Id.

See Also:
Constant Field Values

EXTEND

static final int EXTEND
RegularExpression Id.

See Also:
Constant Field Values

ENUM

static final int ENUM
RegularExpression Id.

See Also:
Constant Field Values

GROUP

static final int GROUP
RegularExpression Id.

See Also:
Constant Field Values

REQURIED

static final int REQURIED
RegularExpression Id.

See Also:
Constant Field Values

OPTIONAL

static final int OPTIONAL
RegularExpression Id.

See Also:
Constant Field Values

REPEATED

static final int REPEATED
RegularExpression Id.

See Also:
Constant Field Values

RETURNS

static final int RETURNS
RegularExpression Id.

See Also:
Constant Field Values

TO

static final int TO
RegularExpression Id.

See Also:
Constant Field Values

MAX

static final int MAX
RegularExpression Id.

See Also:
Constant Field Values

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

EQUALS

static final int EQUALS
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
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

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

static final int RPAREN
RegularExpression Id.

See Also:
Constant Field Values

PERIOD

static final int PERIOD
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

INTEGER

static final int INTEGER
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

FLOAT

static final int FLOAT
RegularExpression Id.

See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

ID

static final int ID
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

COMMENT

static final int COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

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



Copyright © 2011. All Rights Reserved.