org.fusesource.hawtbuf.proto.compiler.parser
Interface ProtoParserConstants

All Known Implementing Classes:
ProtoParser, ProtoParserTokenManager

public interface ProtoParserConstants


Field Summary
static int COMMA
           
static int COMMENT
           
static int DECIMAL_LITERAL
           
static int DEFAULT
           
static int ENUM
           
static int EOF
           
static int EQUALS
           
static int EXPONENT
           
static int EXTEND
           
static int EXTENSIONS
           
static int FLOAT
           
static int GROUP
           
static int HEX_LITERAL
           
static int ID
           
static int IMPORT
           
static int INTEGER
           
static int LBRACE
           
static int LBRACKET
           
static int LPAREN
           
static int MAX
           
static int MESSAGE
           
static int OCTAL_LITERAL
           
static int OPTION
           
static int OPTIONAL
           
static int PACKAGE
           
static int PERIOD
           
static int RBRACE
           
static int RBRACKET
           
static int REPEATED
           
static int REQURIED
           
static int RETURNS
           
static int RPAREN
           
static int RPC
           
static int SEMICOLON
           
static int SERVICE
           
static int STRING
           
static int TO
           
static String[] tokenImage
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

IMPORT

static final int IMPORT
See Also:
Constant Field Values

PACKAGE

static final int PACKAGE
See Also:
Constant Field Values

SERVICE

static final int SERVICE
See Also:
Constant Field Values

RPC

static final int RPC
See Also:
Constant Field Values

OPTION

static final int OPTION
See Also:
Constant Field Values

MESSAGE

static final int MESSAGE
See Also:
Constant Field Values

EXTENSIONS

static final int EXTENSIONS
See Also:
Constant Field Values

EXTEND

static final int EXTEND
See Also:
Constant Field Values

ENUM

static final int ENUM
See Also:
Constant Field Values

GROUP

static final int GROUP
See Also:
Constant Field Values

REQURIED

static final int REQURIED
See Also:
Constant Field Values

OPTIONAL

static final int OPTIONAL
See Also:
Constant Field Values

REPEATED

static final int REPEATED
See Also:
Constant Field Values

RETURNS

static final int RETURNS
See Also:
Constant Field Values

TO

static final int TO
See Also:
Constant Field Values

MAX

static final int MAX
See Also:
Constant Field Values

LBRACE

static final int LBRACE
See Also:
Constant Field Values

RBRACE

static final int RBRACE
See Also:
Constant Field Values

EQUALS

static final int EQUALS
See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

PERIOD

static final int PERIOD
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

INTEGER

static final int INTEGER
See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
See Also:
Constant Field Values

HEX_LITERAL

static final int HEX_LITERAL
See Also:
Constant Field Values

OCTAL_LITERAL

static final int OCTAL_LITERAL
See Also:
Constant Field Values

FLOAT

static final int FLOAT
See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

COMMENT

static final int COMMENT
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage


Copyright © 2010 FuseSource. All Rights Reserved.