org.apache.hadoop.record.compiler.generated
Interface RccConstants

All Known Implementing Classes:
Rcc, RccTokenManager

Deprecated. Replaced by Avro.

@Deprecated
@InterfaceAudience.Public
@InterfaceStability.Stable
public interface RccConstants


Field Summary
static int BOOLEAN_TKN
          Deprecated.  
static int BUFFER_TKN
          Deprecated.  
static int BYTE_TKN
          Deprecated.  
static int COMMA_TKN
          Deprecated.  
static int CSTRING_TKN
          Deprecated.  
static int DEFAULT
          Deprecated.  
static int DOT_TKN
          Deprecated.  
static int DOUBLE_TKN
          Deprecated.  
static int EOF
          Deprecated.  
static int FLOAT_TKN
          Deprecated.  
static int GT_TKN
          Deprecated.  
static int IDENT_TKN
          Deprecated.  
static int INCLUDE_TKN
          Deprecated.  
static int INT_TKN
          Deprecated.  
static int LBRACE_TKN
          Deprecated.  
static int LONG_TKN
          Deprecated.  
static int LT_TKN
          Deprecated.  
static int MAP_TKN
          Deprecated.  
static int MODULE_TKN
          Deprecated.  
static int RBRACE_TKN
          Deprecated.  
static int RECORD_TKN
          Deprecated.  
static int SEMICOLON_TKN
          Deprecated.  
static String[] tokenImage
          Deprecated.  
static int USTRING_TKN
          Deprecated.  
static int VECTOR_TKN
          Deprecated.  
static int WithinMultiLineComment
          Deprecated.  
static int WithinOneLineComment
          Deprecated.  
 

Field Detail

EOF

static final int EOF
Deprecated. 
See Also:
Constant Field Values

MODULE_TKN

static final int MODULE_TKN
Deprecated. 
See Also:
Constant Field Values

RECORD_TKN

static final int RECORD_TKN
Deprecated. 
See Also:
Constant Field Values

INCLUDE_TKN

static final int INCLUDE_TKN
Deprecated. 
See Also:
Constant Field Values

BYTE_TKN

static final int BYTE_TKN
Deprecated. 
See Also:
Constant Field Values

BOOLEAN_TKN

static final int BOOLEAN_TKN
Deprecated. 
See Also:
Constant Field Values

INT_TKN

static final int INT_TKN
Deprecated. 
See Also:
Constant Field Values

LONG_TKN

static final int LONG_TKN
Deprecated. 
See Also:
Constant Field Values

FLOAT_TKN

static final int FLOAT_TKN
Deprecated. 
See Also:
Constant Field Values

DOUBLE_TKN

static final int DOUBLE_TKN
Deprecated. 
See Also:
Constant Field Values

USTRING_TKN

static final int USTRING_TKN
Deprecated. 
See Also:
Constant Field Values

BUFFER_TKN

static final int BUFFER_TKN
Deprecated. 
See Also:
Constant Field Values

VECTOR_TKN

static final int VECTOR_TKN
Deprecated. 
See Also:
Constant Field Values

MAP_TKN

static final int MAP_TKN
Deprecated. 
See Also:
Constant Field Values

LBRACE_TKN

static final int LBRACE_TKN
Deprecated. 
See Also:
Constant Field Values

RBRACE_TKN

static final int RBRACE_TKN
Deprecated. 
See Also:
Constant Field Values

LT_TKN

static final int LT_TKN
Deprecated. 
See Also:
Constant Field Values

GT_TKN

static final int GT_TKN
Deprecated. 
See Also:
Constant Field Values

SEMICOLON_TKN

static final int SEMICOLON_TKN
Deprecated. 
See Also:
Constant Field Values

COMMA_TKN

static final int COMMA_TKN
Deprecated. 
See Also:
Constant Field Values

DOT_TKN

static final int DOT_TKN
Deprecated. 
See Also:
Constant Field Values

CSTRING_TKN

static final int CSTRING_TKN
Deprecated. 
See Also:
Constant Field Values

IDENT_TKN

static final int IDENT_TKN
Deprecated. 
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Deprecated. 
See Also:
Constant Field Values

WithinOneLineComment

static final int WithinOneLineComment
Deprecated. 
See Also:
Constant Field Values

WithinMultiLineComment

static final int WithinMultiLineComment
Deprecated. 
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Deprecated. 


Copyright © 2013 Apache Software Foundation. All Rights Reserved.