org.apache.avro.compiler.idl
Interface IdlConstants

All Known Implementing Classes:
Idl, IdlTokenManager

public interface IdlConstants

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


Field Summary
static int ARRAY
          RegularExpression Id.
static int AT
          RegularExpression Id.
static int BOOLEAN
          RegularExpression Id.
static int BYTES
          RegularExpression Id.
static int CHARACTER_LITERAL
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int DECIMAL_EXPONENT
          RegularExpression Id.
static int DECIMAL_FLOATING_POINT_LITERAL
          RegularExpression Id.
static int DECIMAL_LITERAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DOC_COMMENT
          Lexical state.
static int DOT
          RegularExpression Id.
static int DOUBLE
          RegularExpression Id.
static int ENUM
          RegularExpression Id.
static int EOF
          End of File.
static int EQUALS
          RegularExpression Id.
static int ERROR
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FIXED
          RegularExpression Id.
static int FLOAT
          RegularExpression Id.
static int FLOATING_POINT_LITERAL
          RegularExpression Id.
static int GT
          RegularExpression Id.
static int HEX_LITERAL
          RegularExpression Id.
static int HEXADECIMAL_EXPONENT
          RegularExpression Id.
static int HEXADECIMAL_FLOATING_POINT_LITERAL
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IDL
          RegularExpression Id.
static int IMPORT
          RegularExpression Id.
static int INT
          RegularExpression Id.
static int INTEGER_LITERAL
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LBRACK
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LONG
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int LT
          RegularExpression Id.
static int MAP
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          Lexical state.
static int NULL
          RegularExpression Id.
static int OCTAL_LITERAL
          RegularExpression Id.
static int ONEWAY
          RegularExpression Id.
static int PART_LETTER
          RegularExpression Id.
static int PROTOCOL
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RBRACK
          RegularExpression Id.
static int RECORD
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int SCHEMA
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int STRING_LITERAL
          RegularExpression Id.
static int STUFF_TO_IGNORE
          RegularExpression Id.
static int THROWS
          RegularExpression Id.
static int TICK
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
static int UNION
          RegularExpression Id.
static int VOID
          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

ARRAY

static final int ARRAY
RegularExpression Id.

See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

ENUM

static final int ENUM
RegularExpression Id.

See Also:
Constant Field Values

ERROR

static final int ERROR
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

FIXED

static final int FIXED
RegularExpression Id.

See Also:
Constant Field Values

FLOAT

static final int FLOAT
RegularExpression Id.

See Also:
Constant Field Values

IDL

static final int IDL
RegularExpression Id.

See Also:
Constant Field Values

IMPORT

static final int IMPORT
RegularExpression Id.

See Also:
Constant Field Values

INT

static final int INT
RegularExpression Id.

See Also:
Constant Field Values

LONG

static final int LONG
RegularExpression Id.

See Also:
Constant Field Values

MAP

static final int MAP
RegularExpression Id.

See Also:
Constant Field Values

ONEWAY

static final int ONEWAY
RegularExpression Id.

See Also:
Constant Field Values

BYTES

static final int BYTES
RegularExpression Id.

See Also:
Constant Field Values

SCHEMA

static final int SCHEMA
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

NULL

static final int NULL
RegularExpression Id.

See Also:
Constant Field Values

PROTOCOL

static final int PROTOCOL
RegularExpression Id.

See Also:
Constant Field Values

RECORD

static final int RECORD
RegularExpression Id.

See Also:
Constant Field Values

THROWS

static final int THROWS
RegularExpression Id.

See Also:
Constant Field Values

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

UNION

static final int UNION
RegularExpression Id.

See Also:
Constant Field Values

VOID

static final int VOID
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_FLOATING_POINT_LITERAL

static final int DECIMAL_FLOATING_POINT_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_EXPONENT

static final int DECIMAL_EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

HEXADECIMAL_FLOATING_POINT_LITERAL

static final int HEXADECIMAL_FLOATING_POINT_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

HEXADECIMAL_EXPONENT

static final int HEXADECIMAL_EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

CHARACTER_LITERAL

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

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

LBRACK

static final int LBRACK
RegularExpression Id.

See Also:
Constant Field Values

RBRACK

static final int RBRACK
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

AT

static final int AT
RegularExpression Id.

See Also:
Constant Field Values

EQUALS

static final int EQUALS
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

LT

static final int LT
RegularExpression Id.

See Also:
Constant Field Values

GT

static final int GT
RegularExpression Id.

See Also:
Constant Field Values

TICK

static final int TICK
RegularExpression Id.

See Also:
Constant Field Values

STUFF_TO_IGNORE

static final int STUFF_TO_IGNORE
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

DOC_COMMENT

static final int DOC_COMMENT
Lexical state.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.