org.apache.hadoop.hive.serde2.dynamic_type
Interface thrift_grammarConstants

All Known Implementing Classes:
thrift_grammar, thrift_grammarTokenManager

public interface thrift_grammarConstants

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


Field Summary
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EOF
          End of File.
static int IDENTIFIER
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int tok_async
          RegularExpression Id.
static int tok_bool
          RegularExpression Id.
static int tok_byte
          RegularExpression Id.
static int tok_cocoa_prefix
          RegularExpression Id.
static int tok_const
          RegularExpression Id.
static int tok_cpp_include
          RegularExpression Id.
static int tok_cpp_namespace
          RegularExpression Id.
static int tok_cpp_type
          RegularExpression Id.
static int tok_csharp_namespace
          RegularExpression Id.
static int tok_double
          RegularExpression Id.
static int tok_double_constant
          RegularExpression Id.
static int tok_enum
          RegularExpression Id.
static int tok_exception
          RegularExpression Id.
static int tok_extends
          RegularExpression Id.
static int tok_i16
          RegularExpression Id.
static int tok_i32
          RegularExpression Id.
static int tok_i64
          RegularExpression Id.
static int tok_include
          RegularExpression Id.
static int tok_int_constant
          RegularExpression Id.
static int tok_java_package
          RegularExpression Id.
static int tok_list
          RegularExpression Id.
static int tok_literal
          RegularExpression Id.
static int tok_map
          RegularExpression Id.
static int tok_namespace
          RegularExpression Id.
static int tok_optional
          RegularExpression Id.
static int tok_perl_package
          RegularExpression Id.
static int tok_php_namespace
          RegularExpression Id.
static int tok_py_module
          RegularExpression Id.
static int tok_required
          RegularExpression Id.
static int tok_ruby_namespace
          RegularExpression Id.
static int tok_senum
          RegularExpression Id.
static int tok_service
          RegularExpression Id.
static int tok_set
          RegularExpression Id.
static int tok_skip
          RegularExpression Id.
static int tok_slist
          RegularExpression Id.
static int tok_smalltalk_category
          RegularExpression Id.
static int tok_smalltalk_prefix
          RegularExpression Id.
static int tok_st_identifier
          RegularExpression Id.
static int tok_string
          RegularExpression Id.
static int tok_struct
          RegularExpression Id.
static int tok_throws
          RegularExpression Id.
static int tok_typedef
          RegularExpression Id.
static int tok_void
          RegularExpression Id.
static int tok_xsd_all
          RegularExpression Id.
static int tok_xsd_attrs
          RegularExpression Id.
static int tok_xsd_namespace
          RegularExpression Id.
static int tok_xsd_nillable
          RegularExpression Id.
static int tok_xsd_optional
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

tok_const

static final int tok_const
RegularExpression Id.

See Also:
Constant Field Values

tok_namespace

static final int tok_namespace
RegularExpression Id.

See Also:
Constant Field Values

tok_cpp_namespace

static final int tok_cpp_namespace
RegularExpression Id.

See Also:
Constant Field Values

tok_cpp_include

static final int tok_cpp_include
RegularExpression Id.

See Also:
Constant Field Values

tok_cpp_type

static final int tok_cpp_type
RegularExpression Id.

See Also:
Constant Field Values

tok_java_package

static final int tok_java_package
RegularExpression Id.

See Also:
Constant Field Values

tok_cocoa_prefix

static final int tok_cocoa_prefix
RegularExpression Id.

See Also:
Constant Field Values

tok_csharp_namespace

static final int tok_csharp_namespace
RegularExpression Id.

See Also:
Constant Field Values

tok_php_namespace

static final int tok_php_namespace
RegularExpression Id.

See Also:
Constant Field Values

tok_py_module

static final int tok_py_module
RegularExpression Id.

See Also:
Constant Field Values

tok_perl_package

static final int tok_perl_package
RegularExpression Id.

See Also:
Constant Field Values

tok_ruby_namespace

static final int tok_ruby_namespace
RegularExpression Id.

See Also:
Constant Field Values

tok_smalltalk_category

static final int tok_smalltalk_category
RegularExpression Id.

See Also:
Constant Field Values

tok_smalltalk_prefix

static final int tok_smalltalk_prefix
RegularExpression Id.

See Also:
Constant Field Values

tok_xsd_all

static final int tok_xsd_all
RegularExpression Id.

See Also:
Constant Field Values

tok_xsd_optional

static final int tok_xsd_optional
RegularExpression Id.

See Also:
Constant Field Values

tok_xsd_nillable

static final int tok_xsd_nillable
RegularExpression Id.

See Also:
Constant Field Values

tok_xsd_namespace

static final int tok_xsd_namespace
RegularExpression Id.

See Also:
Constant Field Values

tok_xsd_attrs

static final int tok_xsd_attrs
RegularExpression Id.

See Also:
Constant Field Values

tok_include

static final int tok_include
RegularExpression Id.

See Also:
Constant Field Values

tok_void

static final int tok_void
RegularExpression Id.

See Also:
Constant Field Values

tok_bool

static final int tok_bool
RegularExpression Id.

See Also:
Constant Field Values

tok_byte

static final int tok_byte
RegularExpression Id.

See Also:
Constant Field Values

tok_i16

static final int tok_i16
RegularExpression Id.

See Also:
Constant Field Values

tok_i32

static final int tok_i32
RegularExpression Id.

See Also:
Constant Field Values

tok_i64

static final int tok_i64
RegularExpression Id.

See Also:
Constant Field Values

tok_double

static final int tok_double
RegularExpression Id.

See Also:
Constant Field Values

tok_string

static final int tok_string
RegularExpression Id.

See Also:
Constant Field Values

tok_slist

static final int tok_slist
RegularExpression Id.

See Also:
Constant Field Values

tok_senum

static final int tok_senum
RegularExpression Id.

See Also:
Constant Field Values

tok_map

static final int tok_map
RegularExpression Id.

See Also:
Constant Field Values

tok_list

static final int tok_list
RegularExpression Id.

See Also:
Constant Field Values

tok_set

static final int tok_set
RegularExpression Id.

See Also:
Constant Field Values

tok_async

static final int tok_async
RegularExpression Id.

See Also:
Constant Field Values

tok_typedef

static final int tok_typedef
RegularExpression Id.

See Also:
Constant Field Values

tok_struct

static final int tok_struct
RegularExpression Id.

See Also:
Constant Field Values

tok_exception

static final int tok_exception
RegularExpression Id.

See Also:
Constant Field Values

tok_extends

static final int tok_extends
RegularExpression Id.

See Also:
Constant Field Values

tok_throws

static final int tok_throws
RegularExpression Id.

See Also:
Constant Field Values

tok_service

static final int tok_service
RegularExpression Id.

See Also:
Constant Field Values

tok_enum

static final int tok_enum
RegularExpression Id.

See Also:
Constant Field Values

tok_required

static final int tok_required
RegularExpression Id.

See Also:
Constant Field Values

tok_optional

static final int tok_optional
RegularExpression Id.

See Also:
Constant Field Values

tok_skip

static final int tok_skip
RegularExpression Id.

See Also:
Constant Field Values

tok_int_constant

static final int tok_int_constant
RegularExpression Id.

See Also:
Constant Field Values

tok_double_constant

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

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

tok_literal

static final int tok_literal
RegularExpression Id.

See Also:
Constant Field Values

tok_st_identifier

static final int tok_st_identifier
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2009 The Apache Software Foundation