PageRenderTime 45ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/thrift_grammarTreeConstants.java

#
Java | 67 lines | 60 code | 2 blank | 5 comment | 0 complexity | df3e7de67b8c9f6c6cb5ec827b446a34 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. /* Generated By:JavaCC: Do not edit this line. thrift_grammarTreeConstants.java Version 4.1 */
  2. package org.apache.hadoop.hive.serde2.dynamic_type;
  3. public interface thrift_grammarTreeConstants {
  4. public int JJTSTART = 0;
  5. public int JJTHEADERLIST = 1;
  6. public int JJTHEADER = 2;
  7. public int JJTNAMESPACE = 3;
  8. public int JJTINCLUDE = 4;
  9. public int JJTDEFINITION = 5;
  10. public int JJTTYPEDEFINITION = 6;
  11. public int JJTTYPEDEF = 7;
  12. public int JJTCOMMAORSEMICOLON = 8;
  13. public int JJTENUM = 9;
  14. public int JJTENUMDEFLIST = 10;
  15. public int JJTENUMDEF = 11;
  16. public int JJTSENUM = 12;
  17. public int JJTSENUMDEFLIST = 13;
  18. public int JJTSENUMDEF = 14;
  19. public int JJTCONST = 15;
  20. public int JJTCONSTVALUE = 16;
  21. public int JJTCONSTLIST = 17;
  22. public int JJTCONSTLISTCONTENTS = 18;
  23. public int JJTCONSTMAP = 19;
  24. public int JJTCONSTMAPCONTENTS = 20;
  25. public int JJTSTRUCT = 21;
  26. public int JJTXCEPTION = 22;
  27. public int JJTSERVICE = 23;
  28. public int JJTFLAGARGS = 24;
  29. public int JJTUNFLAGARGS = 25;
  30. public int JJTEXTENDS = 26;
  31. public int JJTFUNCTION = 27;
  32. public int JJTASYNC = 28;
  33. public int JJTTHROWS = 29;
  34. public int JJTFIELDLIST = 30;
  35. public int JJTFIELD = 31;
  36. public int JJTFIELDREQUIREDNESS = 32;
  37. public int JJTFIELDVALUE = 33;
  38. public int JJTDEFINITIONTYPE = 34;
  39. public int JJTFUNCTIONTYPE = 35;
  40. public int JJTFIELDTYPE = 36;
  41. public int JJTTYPESTRING = 37;
  42. public int JJTTYPEBYTE = 38;
  43. public int JJTTYPEI16 = 39;
  44. public int JJTTYPEI32 = 40;
  45. public int JJTTYPEI64 = 41;
  46. public int JJTTYPEDOUBLE = 42;
  47. public int JJTTYPEBOOL = 43;
  48. public int JJTTYPEMAP = 44;
  49. public int JJTTYPESET = 45;
  50. public int JJTTYPELIST = 46;
  51. public String[] jjtNodeName = {"Start", "HeaderList", "Header", "Namespace",
  52. "Include", "Definition", "TypeDefinition", "Typedef", "CommaOrSemicolon",
  53. "Enum", "EnumDefList", "EnumDef", "Senum", "SenumDefList", "SenumDef",
  54. "Const", "ConstValue", "ConstList", "ConstListContents", "ConstMap",
  55. "ConstMapContents", "Struct", "Xception", "Service", "FlagArgs",
  56. "UnflagArgs", "Extends", "Function", "Async", "Throws", "FieldList",
  57. "Field", "FieldRequiredness", "FieldValue", "DefinitionType",
  58. "FunctionType", "FieldType", "TypeString", "TypeByte", "Typei16",
  59. "Typei32", "Typei64", "TypeDouble", "TypeBool", "TypeMap", "TypeSet",
  60. "TypeList",};
  61. }
  62. /*
  63. * JavaCC - OriginalChecksum=7edd3e61472739e9fede55c18a336638 (do not edit this
  64. * line)
  65. */