Examples of ANTLRHashString


Examples of antlr.ANTLRHashString

public JQLLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(true);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("count", this), new Integer(24));
  literals.put(new ANTLRHashString("this", this), new Integer(5));
  literals.put(new ANTLRHashString("sum", this), new Integer(23));
  literals.put(new ANTLRHashString("min", this), new Integer(22));
  literals.put(new ANTLRHashString("false", this), new Integer(19));
  literals.put(new ANTLRHashString("true", this), new Integer(18));
  literals.put(new ANTLRHashString("import", this), new Integer(4));
  literals.put(new ANTLRHashString("float", this), new Integer(14));
  literals.put(new ANTLRHashString("distinct", this), new Integer(8));
  literals.put(new ANTLRHashString("boolean", this), new Integer(9));
  literals.put(new ANTLRHashString("ascending", this), new Integer(6));
  literals.put(new ANTLRHashString("avg", this), new Integer(20));
  literals.put(new ANTLRHashString("long", this), new Integer(15));
  literals.put(new ANTLRHashString("null", this), new Integer(17));
  literals.put(new ANTLRHashString("short", this), new Integer(12));
  literals.put(new ANTLRHashString("char", this), new Integer(11));
  literals.put(new ANTLRHashString("max", this), new Integer(21));
  literals.put(new ANTLRHashString("byte", this), new Integer(10));
  literals.put(new ANTLRHashString("descending", this), new Integer(7));
  literals.put(new ANTLRHashString("int", this), new Integer(13));
  literals.put(new ANTLRHashString("double", this), new Integer(16));
}
View Full Code Here

Examples of antlr.ANTLRHashString

public PreprocessorLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(true);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("public", this), new Integer(18));
  literals.put(new ANTLRHashString("class", this), new Integer(8));
  literals.put(new ANTLRHashString("throws", this), new Integer(23));
  literals.put(new ANTLRHashString("catch", this), new Integer(26));
  literals.put(new ANTLRHashString("private", this), new Integer(17));
  literals.put(new ANTLRHashString("extends", this), new Integer(10));
  literals.put(new ANTLRHashString("protected", this), new Integer(16));
  literals.put(new ANTLRHashString("returns", this), new Integer(21));
  literals.put(new ANTLRHashString("tokens", this), new Integer(4));
  literals.put(new ANTLRHashString("exception", this), new Integer(25));
}
View Full Code Here

Examples of antlr.ANTLRHashString

public ANTLRLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(true);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("public", this), new Integer(31));
  literals.put(new ANTLRHashString("class", this), new Integer(10));
  literals.put(new ANTLRHashString("header", this), new Integer(5));
  literals.put(new ANTLRHashString("throws", this), new Integer(37));
  literals.put(new ANTLRHashString("lexclass", this), new Integer(9));
  literals.put(new ANTLRHashString("catch", this), new Integer(40));
  literals.put(new ANTLRHashString("private", this), new Integer(32));
  literals.put(new ANTLRHashString("options", this), new Integer(51));
  literals.put(new ANTLRHashString("extends", this), new Integer(11));
  literals.put(new ANTLRHashString("protected", this), new Integer(30));
  literals.put(new ANTLRHashString("TreeParser", this), new Integer(13));
  literals.put(new ANTLRHashString("Parser", this), new Integer(29));
  literals.put(new ANTLRHashString("Lexer", this), new Integer(12));
  literals.put(new ANTLRHashString("returns", this), new Integer(35));
  literals.put(new ANTLRHashString("charVocabulary", this), new Integer(18));
  literals.put(new ANTLRHashString("tokens", this), new Integer(4));
  literals.put(new ANTLRHashString("exception", this), new Integer(39));
}
View Full Code Here

Examples of antlr.ANTLRHashString

public ValidWhenLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(false);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("null", this), new Integer(11));
  literals.put(new ANTLRHashString("or", this), new Integer(16));
  literals.put(new ANTLRHashString("and", this), new Integer(15));
}
View Full Code Here

Examples of antlr.ANTLRHashString

public IDLLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(true);
  literals = new Hashtable<ANTLRHashString, Integer>();
  literals.put(new ANTLRHashString("switch", this), new Integer(56));
  literals.put(new ANTLRHashString("typeprefix", this), new Integer(78));
  literals.put(new ANTLRHashString("case", this), new Integer(57));
  literals.put(new ANTLRHashString("finder", this), new Integer(93));
  literals.put(new ANTLRHashString("manages", this), new Integer(91));
  literals.put(new ANTLRHashString("interface", this), new Integer(7));
  literals.put(new ANTLRHashString("provides", this), new Integer(84));
  literals.put(new ANTLRHashString("exception", this), new Integer(67));
  literals.put(new ANTLRHashString("primarykey", this), new Integer(92));
  literals.put(new ANTLRHashString("sequence", this), new Integer(60));
  literals.put(new ANTLRHashString("uses", this), new Integer(85));
  literals.put(new ANTLRHashString("consumes", this), new Integer(89));
  literals.put(new ANTLRHashString("void", this), new Integer(69));
  literals.put(new ANTLRHashString("factory", this), new Integer(22));
  literals.put(new ANTLRHashString("import", this), new Integer(76));
  literals.put(new ANTLRHashString("float", this), new Integer(43));
  literals.put(new ANTLRHashString("publishes", this), new Integer(88));
  literals.put(new ANTLRHashString("private", this), new Integer(21));
  literals.put(new ANTLRHashString("boolean", this), new Integer(50));
  literals.put(new ANTLRHashString("string", this), new Integer(63));
  literals.put(new ANTLRHashString("getraises", this), new Integer(81));
  literals.put(new ANTLRHashString("emits", this), new Integer(87));
  literals.put(new ANTLRHashString("custom", this), new Integer(8));
  literals.put(new ANTLRHashString("component", this), new Integer(83));
  literals.put(new ANTLRHashString("context", this), new Integer(73));
  literals.put(new ANTLRHashString("octet", this), new Integer(51));
  literals.put(new ANTLRHashString("oneway", this), new Integer(68));
  literals.put(new ANTLRHashString("long", this), new Integer(45));
  literals.put(new ANTLRHashString("ValueBase", this), new Integer(75));
  literals.put(new ANTLRHashString("in", this), new Integer(25));
  literals.put(new ANTLRHashString("truncatable", this), new Integer(18));
  literals.put(new ANTLRHashString("FALSE", this), new Integer(40));
  literals.put(new ANTLRHashString("readonly", this), new Integer(79));
  literals.put(new ANTLRHashString("typedef", this), new Integer(41));
  literals.put(new ANTLRHashString("supports", this), new Integer(19));
  literals.put(new ANTLRHashString("short", this), new Integer(46));
  literals.put(new ANTLRHashString("TRUE", this), new Integer(39));
  literals.put(new ANTLRHashString("fixed", this), new Integer(74));
  literals.put(new ANTLRHashString("Object", this), new Integer(53));
  literals.put(new ANTLRHashString("enum", this), new Integer(59));
  literals.put(new ANTLRHashString("home", this), new Integer(90));
  literals.put(new ANTLRHashString("multiple", this), new Integer(86));
  literals.put(new ANTLRHashString("attribute", this), new Integer(80));
  literals.put(new ANTLRHashString("char", this), new Integer(48));
  literals.put(new ANTLRHashString("union", this), new Integer(55));
  literals.put(new ANTLRHashString("local", this), new Integer(6));
  literals.put(new ANTLRHashString("const", this), new Integer(26));
  literals.put(new ANTLRHashString("setraises", this), new Integer(82));
  literals.put(new ANTLRHashString("abstract", this), new Integer(5));
  literals.put(new ANTLRHashString("valuetype", this), new Integer(9));
  literals.put(new ANTLRHashString("inout", this), new Integer(71));
  literals.put(new ANTLRHashString("raises", this), new Integer(72));
  literals.put(new ANTLRHashString("out", this), new Integer(70));
  literals.put(new ANTLRHashString("typeid", this), new Integer(77));
  literals.put(new ANTLRHashString("wchar", this), new Integer(49));
  literals.put(new ANTLRHashString("any", this), new Integer(52));
  literals.put(new ANTLRHashString("double", this), new Integer(44));
  literals.put(new ANTLRHashString("default", this), new Integer(58));
  literals.put(new ANTLRHashString("eventtype", this), new Integer(10));
  literals.put(new ANTLRHashString("wstring", this), new Integer(64));
  literals.put(new ANTLRHashString("unsigned", this), new Integer(47));
  literals.put(new ANTLRHashString("struct", this), new Integer(54));
  literals.put(new ANTLRHashString("public", this), new Integer(20));
  literals.put(new ANTLRHashString("module", this), new Integer(11));
  literals.put(new ANTLRHashString("native", this), new Integer(42));
}
View Full Code Here

Examples of antlr.ANTLRHashString

public XQueryLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(true);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("treat", this), new Integer(149));
  literals.put(new ANTLRHashString("typeswitch", this), new Integer(120));
  literals.put(new ANTLRHashString("copy-namespaces", this), new Integer(77));
  literals.put(new ANTLRHashString("xpointer", this), new Integer(60));
  literals.put(new ANTLRHashString("namespace", this), new Integer(68));
  literals.put(new ANTLRHashString("no-preserve", this), new Integer(95));
  literals.put(new ANTLRHashString("comment", this), new Integer(185));
  literals.put(new ANTLRHashString("case", this), new Integer(142));
  literals.put(new ANTLRHashString("option", this), new Integer(78));
  literals.put(new ANTLRHashString("delete", this), new Integer(125));
  literals.put(new ANTLRHashString("ne", this), new Integer(155));
  literals.put(new ANTLRHashString("validate", this), new Integer(222));
  literals.put(new ANTLRHashString("le", this), new Integer(157));
  literals.put(new ANTLRHashString("greatest", this), new Integer(88));
  literals.put(new ANTLRHashString("ancestor-or-self", this), new Integer(204));
  literals.put(new ANTLRHashString("descendant-or-self", this), new Integer(200));
  literals.put(new ANTLRHashString("insert", this), new Integer(124));
  literals.put(new ANTLRHashString("variable", this), new Integer(80));
  literals.put(new ANTLRHashString("where", this), new Integer(133));
  literals.put(new ANTLRHashString("stable", this), new Integer(137));
  literals.put(new ANTLRHashString("construction", this), new Integer(75));
  literals.put(new ANTLRHashString("then", this), new Integer(143));
  literals.put(new ANTLRHashString("preceding", this), new Integer(129));
  literals.put(new ANTLRHashString("document-node", this), new Integer(187));
  literals.put(new ANTLRHashString("collation", this), new Integer(84));
  literals.put(new ANTLRHashString("to", this), new Integer(169));
  literals.put(new ANTLRHashString("and", this), new Integer(146));
  literals.put(new ANTLRHashString("module", this), new Integer(67));
  literals.put(new ANTLRHashString("strip", this), new Integer(91));
  literals.put(new ANTLRHashString("return", this), new Integer(134));
  literals.put(new ANTLRHashString("inherit", this), new Integer(96));
  literals.put(new ANTLRHashString("schema", this), new Integer(103));
  literals.put(new ANTLRHashString("external", this), new Integer(102));
  literals.put(new ANTLRHashString("unordered", this), new Integer(93));
  literals.put(new ANTLRHashString("ordered", this), new Integer(92));
  literals.put(new ANTLRHashString("mod", this), new Integer(173));
  literals.put(new ANTLRHashString("following", this), new Integer(130));
  literals.put(new ANTLRHashString("except", this), new Integer(178));
  literals.put(new ANTLRHashString("text", this), new Integer(182));
  literals.put(new ANTLRHashString("preserve", this), new Integer(90));
  literals.put(new ANTLRHashString("function", this), new Integer(79));
  literals.put(new ANTLRHashString("with", this), new Integer(127));
  literals.put(new ANTLRHashString("gt", this), new Integer(158));
  literals.put(new ANTLRHashString("preceding-sibling", this), new Integer(205));
  literals.put(new ANTLRHashString("intersect", this), new Integer(177));
  literals.put(new ANTLRHashString("version", this), new Integer(65));
  literals.put(new ANTLRHashString("map", this), new Integer(112));
  literals.put(new ANTLRHashString("at", this), new Integer(106));
  literals.put(new ANTLRHashString("of", this), new Integer(148));
  literals.put(new ANTLRHashString("is", this), new Integer(164));
  literals.put(new ANTLRHashString("empty-sequence", this), new Integer(107));
  literals.put(new ANTLRHashString("or", this), new Integer(145));
  literals.put(new ANTLRHashString("if", this), new Integer(118));
  literals.put(new ANTLRHashString("least", this), new Integer(89));
  literals.put(new ANTLRHashString("as", this), new Integer(105));
  literals.put(new ANTLRHashString("by", this), new Integer(136));
  literals.put(new ANTLRHashString("catch", this), new Integer(131));
  literals.put(new ANTLRHashString("union", this), new Integer(176));
  literals.put(new ANTLRHashString("try", this), new Integer(115));
  literals.put(new ANTLRHashString("order", this), new Integer(86));
  literals.put(new ANTLRHashString("xquery", this), new Integer(64));
  literals.put(new ANTLRHashString("following-sibling", this), new Integer(201));
  literals.put(new ANTLRHashString("node", this), new Integer(183));
  literals.put(new ANTLRHashString("collection", this), new Integer(221));
  literals.put(new ANTLRHashString("some", this), new Integer(116));
  literals.put(new ANTLRHashString("ge", this), new Integer(159));
  literals.put(new ANTLRHashString("declare", this), new Integer(71));
  literals.put(new ANTLRHashString("for", this), new Integer(113));
  literals.put(new ANTLRHashString("ascending", this), new Integer(138));
  literals.put(new ANTLRHashString("isnot", this), new Integer(165));
  literals.put(new ANTLRHashString("eq", this), new Integer(154));
  literals.put(new ANTLRHashString("element", this), new Integer(85));
  literals.put(new ANTLRHashString("default", this), new Integer(72));
  literals.put(new ANTLRHashString("castable", this), new Integer(150));
  literals.put(new ANTLRHashString("descending", this), new Integer(139));
  literals.put(new ANTLRHashString("idiv", this), new Integer(172));
  literals.put(new ANTLRHashString("boundary-space", this), new Integer(73));
  literals.put(new ANTLRHashString("ancestor", this), new Integer(203));
  literals.put(new ANTLRHashString("ordering", this), new Integer(74));
  literals.put(new ANTLRHashString("instance", this), new Integer(147));
  literals.put(new ANTLRHashString("replace", this), new Integer(122));
  literals.put(new ANTLRHashString("no-inherit", this), new Integer(97));
  literals.put(new ANTLRHashString("attribute", this), new Integer(184));
  literals.put(new ANTLRHashString("empty", this), new Integer(87));
  literals.put(new ANTLRHashString("cast", this), new Integer(151));
  literals.put(new ANTLRHashString("value", this), new Integer(123));
  literals.put(new ANTLRHashString("encoding", this), new Integer(83));
  literals.put(new ANTLRHashString("schema-element", this), new Integer(209));
  literals.put(new ANTLRHashString("into", this), new Integer(128));
  literals.put(new ANTLRHashString("rename", this), new Integer(126));
  literals.put(new ANTLRHashString("else", this), new Integer(144));
  literals.put(new ANTLRHashString("import", this), new Integer(82));
  literals.put(new ANTLRHashString("lt", this), new Integer(156));
  literals.put(new ANTLRHashString(":", this), new Integer(104));
  literals.put(new ANTLRHashString("document", this), new Integer(188));
  literals.put(new ANTLRHashString("self", this), new Integer(198));
  literals.put(new ANTLRHashString("in", this), new Integer(135));
  literals.put(new ANTLRHashString("let", this), new Integer(114));
  literals.put(new ANTLRHashString("base-uri", this), new Integer(76));
  literals.put(new ANTLRHashString("processing-instruction", this), new Integer(186));
  literals.put(new ANTLRHashString("parent", this), new Integer(202));
  literals.put(new ANTLRHashString("switch", this), new Integer(119));
  literals.put(new ANTLRHashString("descendant", this), new Integer(199));
  literals.put(new ANTLRHashString("update", this), new Integer(121));
  literals.put(new ANTLRHashString("every", this), new Integer(117));
  literals.put(new ANTLRHashString("group", this), new Integer(140));
  literals.put(new ANTLRHashString("satisfies", this), new Integer(141));
  literals.put(new ANTLRHashString("div", this), new Integer(171));
  literals.put(new ANTLRHashString("item", this), new Integer(111));
  literals.put(new ANTLRHashString("child", this), new Integer(197));
}
View Full Code Here

Examples of antlr.ANTLRHashString

public IDLLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(true);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("switch", this), new Integer(57));
  literals.put(new ANTLRHashString("typeprefix", this), new Integer(79));
  literals.put(new ANTLRHashString("case", this), new Integer(58));
  literals.put(new ANTLRHashString("finder", this), new Integer(94));
  literals.put(new ANTLRHashString("manages", this), new Integer(92));
  literals.put(new ANTLRHashString("interface", this), new Integer(7));
  literals.put(new ANTLRHashString("provides", this), new Integer(85));
  literals.put(new ANTLRHashString("exception", this), new Integer(68));
  literals.put(new ANTLRHashString("primarykey", this), new Integer(93));
  literals.put(new ANTLRHashString("sequence", this), new Integer(61));
  literals.put(new ANTLRHashString("uses", this), new Integer(86));
  literals.put(new ANTLRHashString("consumes", this), new Integer(90));
  literals.put(new ANTLRHashString("void", this), new Integer(70));
  literals.put(new ANTLRHashString("factory", this), new Integer(23));
  literals.put(new ANTLRHashString("import", this), new Integer(77));
  literals.put(new ANTLRHashString("float", this), new Integer(44));
  literals.put(new ANTLRHashString("publishes", this), new Integer(89));
  literals.put(new ANTLRHashString("private", this), new Integer(22));
  literals.put(new ANTLRHashString("boolean", this), new Integer(51));
  literals.put(new ANTLRHashString("string", this), new Integer(64));
  literals.put(new ANTLRHashString("getraises", this), new Integer(82));
  literals.put(new ANTLRHashString("emits", this), new Integer(88));
  literals.put(new ANTLRHashString("custom", this), new Integer(8));
  literals.put(new ANTLRHashString("component", this), new Integer(84));
  literals.put(new ANTLRHashString("context", this), new Integer(74));
  literals.put(new ANTLRHashString("octet", this), new Integer(52));
  literals.put(new ANTLRHashString("oneway", this), new Integer(69));
  literals.put(new ANTLRHashString("long", this), new Integer(46));
  literals.put(new ANTLRHashString("ValueBase", this), new Integer(76));
  literals.put(new ANTLRHashString("in", this), new Integer(26));
  literals.put(new ANTLRHashString("truncatable", this), new Integer(19));
  literals.put(new ANTLRHashString("FALSE", this), new Integer(41));
  literals.put(new ANTLRHashString("readonly", this), new Integer(80));
  literals.put(new ANTLRHashString("typedef", this), new Integer(42));
  literals.put(new ANTLRHashString("supports", this), new Integer(20));
  literals.put(new ANTLRHashString("short", this), new Integer(47));
  literals.put(new ANTLRHashString("TRUE", this), new Integer(40));
  literals.put(new ANTLRHashString("fixed", this), new Integer(75));
  literals.put(new ANTLRHashString("Object", this), new Integer(54));
  literals.put(new ANTLRHashString("enum", this), new Integer(60));
  literals.put(new ANTLRHashString("home", this), new Integer(91));
  literals.put(new ANTLRHashString("multiple", this), new Integer(87));
  literals.put(new ANTLRHashString("attribute", this), new Integer(81));
  literals.put(new ANTLRHashString("char", this), new Integer(49));
  literals.put(new ANTLRHashString("union", this), new Integer(56));
  literals.put(new ANTLRHashString("local", this), new Integer(6));
  literals.put(new ANTLRHashString("const", this), new Integer(27));
  literals.put(new ANTLRHashString("setraises", this), new Integer(83));
  literals.put(new ANTLRHashString("abstract", this), new Integer(5));
  literals.put(new ANTLRHashString("valuetype", this), new Integer(9));
  literals.put(new ANTLRHashString("inout", this), new Integer(72));
  literals.put(new ANTLRHashString("raises", this), new Integer(73));
  literals.put(new ANTLRHashString("out", this), new Integer(71));
  literals.put(new ANTLRHashString("typeid", this), new Integer(78));
  literals.put(new ANTLRHashString("wchar", this), new Integer(50));
  literals.put(new ANTLRHashString("any", this), new Integer(53));
  literals.put(new ANTLRHashString("double", this), new Integer(45));
  literals.put(new ANTLRHashString("default", this), new Integer(59));
  literals.put(new ANTLRHashString("eventtype", this), new Integer(10));
  literals.put(new ANTLRHashString("wstring", this), new Integer(65));
  literals.put(new ANTLRHashString("unsigned", this), new Integer(48));
  literals.put(new ANTLRHashString("struct", this), new Integer(55));
  literals.put(new ANTLRHashString("public", this), new Integer(21));
  literals.put(new ANTLRHashString("module", this), new Integer(11));
  literals.put(new ANTLRHashString("native", this), new Integer(43));
}
View Full Code Here

Examples of antlr.ANTLRHashString

public ValidWhenLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(false);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("null", this), new Integer(11));
  literals.put(new ANTLRHashString("or", this), new Integer(16));
  literals.put(new ANTLRHashString("and", this), new Integer(15));
}
View Full Code Here

Examples of antlr.ANTLRHashString

public GroovyLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(true);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("byte", this), new Integer(102));
  literals.put(new ANTLRHashString("public", this), new Integer(112));
  literals.put(new ANTLRHashString("case", this), new Integer(146));
  literals.put(new ANTLRHashString("short", this), new Integer(104));
  literals.put(new ANTLRHashString("break", this), new Integer(140));
  literals.put(new ANTLRHashString("while", this), new Integer(135));
  literals.put(new ANTLRHashString("new", this), new Integer(190));
  literals.put(new ANTLRHashString("instanceof", this), new Integer(177));
  literals.put(new ANTLRHashString("implements", this), new Integer(128));
  literals.put(new ANTLRHashString("synchronized", this), new Integer(117));
  literals.put(new ANTLRHashString("const", this), new Integer(40));
  literals.put(new ANTLRHashString("float", this), new Integer(106));
  literals.put(new ANTLRHashString("package", this), new Integer(78));
  literals.put(new ANTLRHashString("return", this), new Integer(139));
  literals.put(new ANTLRHashString("throw", this), new Integer(142));
  literals.put(new ANTLRHashString("null", this), new Integer(193));
  literals.put(new ANTLRHashString("def", this), new Integer(81));
  literals.put(new ANTLRHashString("threadsafe", this), new Integer(116));
  literals.put(new ANTLRHashString("protected", this), new Integer(113));
  literals.put(new ANTLRHashString("class", this), new Integer(89));
  literals.put(new ANTLRHashString("throws", this), new Integer(127));
  literals.put(new ANTLRHashString("do", this), new Integer(41));
  literals.put(new ANTLRHashString("strictfp", this), new Integer(42));
  literals.put(new ANTLRHashString("super", this), new Integer(95));
  literals.put(new ANTLRHashString("transient", this), new Integer(114));
  literals.put(new ANTLRHashString("native", this), new Integer(115));
  literals.put(new ANTLRHashString("interface", this), new Integer(90));
  literals.put(new ANTLRHashString("final", this), new Integer(37));
  literals.put(new ANTLRHashString("if", this), new Integer(133));
  literals.put(new ANTLRHashString("double", this), new Integer(108));
  literals.put(new ANTLRHashString("volatile", this), new Integer(118));
  literals.put(new ANTLRHashString("as", this), new Integer(110));
  literals.put(new ANTLRHashString("assert", this), new Integer(143));
  literals.put(new ANTLRHashString("catch", this), new Integer(149));
  literals.put(new ANTLRHashString("try", this), new Integer(147));
  literals.put(new ANTLRHashString("goto", this), new Integer(39));
  literals.put(new ANTLRHashString("enum", this), new Integer(91));
  literals.put(new ANTLRHashString("int", this), new Integer(105));
  literals.put(new ANTLRHashString("for", this), new Integer(137));
  literals.put(new ANTLRHashString("extends", this), new Integer(94));
  literals.put(new ANTLRHashString("boolean", this), new Integer(101));
  literals.put(new ANTLRHashString("char", this), new Integer(103));
  literals.put(new ANTLRHashString("private", this), new Integer(111));
  literals.put(new ANTLRHashString("default", this), new Integer(126));
  literals.put(new ANTLRHashString("false", this), new Integer(192));
  literals.put(new ANTLRHashString("this", this), new Integer(129));
  literals.put(new ANTLRHashString("static", this), new Integer(80));
  literals.put(new ANTLRHashString("abstract", this), new Integer(38));
  literals.put(new ANTLRHashString("continue", this), new Integer(141));
  literals.put(new ANTLRHashString("finally", this), new Integer(148));
  literals.put(new ANTLRHashString("else", this), new Integer(134));
  literals.put(new ANTLRHashString("import", this), new Integer(79));
  literals.put(new ANTLRHashString("in", this), new Integer(138));
  literals.put(new ANTLRHashString("void", this), new Integer(100));
  literals.put(new ANTLRHashString("switch", this), new Integer(136));
  literals.put(new ANTLRHashString("true", this), new Integer(191));
  literals.put(new ANTLRHashString("long", this), new Integer(107));
}
View Full Code Here

Examples of antlr.ANTLRHashString

public JavaLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(true);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("byte", this), new Integer(79));
  literals.put(new ANTLRHashString("public", this), new Integer(88));
  literals.put(new ANTLRHashString("case", this), new Integer(122));
  literals.put(new ANTLRHashString("short", this), new Integer(81));
  literals.put(new ANTLRHashString("break", this), new Integer(115));
  literals.put(new ANTLRHashString("while", this), new Integer(113));
  literals.put(new ANTLRHashString("new", this), new Integer(158));
  literals.put(new ANTLRHashString("instanceof", this), new Integer(145));
  literals.put(new ANTLRHashString("implements", this), new Integer(106));
  literals.put(new ANTLRHashString("synchronized", this), new Integer(93));
  literals.put(new ANTLRHashString("float", this), new Integer(83));
  literals.put(new ANTLRHashString("package", this), new Integer(61));
  literals.put(new ANTLRHashString("return", this), new Integer(117));
  literals.put(new ANTLRHashString("throw", this), new Integer(119));
  literals.put(new ANTLRHashString("null", this), new Integer(157));
  literals.put(new ANTLRHashString("threadsafe", this), new Integer(92));
  literals.put(new ANTLRHashString("protected", this), new Integer(89));
  literals.put(new ANTLRHashString("class", this), new Integer(101));
  literals.put(new ANTLRHashString("throws", this), new Integer(108));
  literals.put(new ANTLRHashString("do", this), new Integer(114));
  literals.put(new ANTLRHashString("strictfp", this), new Integer(40));
  literals.put(new ANTLRHashString("super", this), new Integer(71));
  literals.put(new ANTLRHashString("transient", this), new Integer(90));
  literals.put(new ANTLRHashString("native", this), new Integer(91));
  literals.put(new ANTLRHashString("interface", this), new Integer(102));
  literals.put(new ANTLRHashString("final", this), new Integer(38));
  literals.put(new ANTLRHashString("if", this), new Integer(111));
  literals.put(new ANTLRHashString("double", this), new Integer(85));
  literals.put(new ANTLRHashString("volatile", this), new Integer(94));
  literals.put(new ANTLRHashString("assert", this), new Integer(120));
  literals.put(new ANTLRHashString("catch", this), new Integer(125));
  literals.put(new ANTLRHashString("try", this), new Integer(123));
  literals.put(new ANTLRHashString("enum", this), new Integer(103));
  literals.put(new ANTLRHashString("int", this), new Integer(82));
  literals.put(new ANTLRHashString("for", this), new Integer(121));
  literals.put(new ANTLRHashString("extends", this), new Integer(70));
  literals.put(new ANTLRHashString("boolean", this), new Integer(78));
  literals.put(new ANTLRHashString("char", this), new Integer(80));
  literals.put(new ANTLRHashString("private", this), new Integer(87));
  literals.put(new ANTLRHashString("default", this), new Integer(105));
  literals.put(new ANTLRHashString("false", this), new Integer(156));
  literals.put(new ANTLRHashString("this", this), new Integer(107));
  literals.put(new ANTLRHashString("static", this), new Integer(64));
  literals.put(new ANTLRHashString("abstract", this), new Integer(39));
  literals.put(new ANTLRHashString("continue", this), new Integer(116));
  literals.put(new ANTLRHashString("finally", this), new Integer(124));
  literals.put(new ANTLRHashString("else", this), new Integer(112));
  literals.put(new ANTLRHashString("import", this), new Integer(63));
  literals.put(new ANTLRHashString("void", this), new Integer(77));
  literals.put(new ANTLRHashString("switch", this), new Integer(118));
  literals.put(new ANTLRHashString("true", this), new Integer(155));
  literals.put(new ANTLRHashString("long", this), new Integer(84));
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.