Examples of ANTLRHashString


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 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 JDOQLLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(true);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("this", this), new Integer(26));
  literals.put(new ANTLRHashString("false", this), new Integer(24));
  literals.put(new ANTLRHashString("true", this), new Integer(23));
  literals.put(new ANTLRHashString("import", this), new Integer(20));
  literals.put(new ANTLRHashString("float", this), new Integer(33));
  literals.put(new ANTLRHashString("boolean", this), new Integer(27));
  literals.put(new ANTLRHashString("ascending", this), new Integer(21));
  literals.put(new ANTLRHashString("long", this), new Integer(31));
  literals.put(new ANTLRHashString("null", this), new Integer(25));
  literals.put(new ANTLRHashString("short", this), new Integer(29));
  literals.put(new ANTLRHashString("char", this), new Integer(32));
  literals.put(new ANTLRHashString("byte", this), new Integer(28));
  literals.put(new ANTLRHashString("descending", this), new Integer(22));
  literals.put(new ANTLRHashString("int", this), new Integer(30));
  literals.put(new ANTLRHashString("double", this), new Integer(34));
}
View Full Code Here

Examples of antlr.ANTLRHashString

public OQLLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = true;
  setCaseSensitive(true);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("nil", this), new Integer(52));
  literals.put(new ANTLRHashString("group", this), new Integer(44));
  literals.put(new ANTLRHashString("between", this), new Integer(55));
  literals.put(new ANTLRHashString("date", this), new Integer(61));
  literals.put(new ANTLRHashString("select", this), new Integer(38));
  literals.put(new ANTLRHashString("timestamp", this), new Integer(63));
  literals.put(new ANTLRHashString("like", this), new Integer(58));
  literals.put(new ANTLRHashString("is_undefined", this), new Integer(56));
  literals.put(new ANTLRHashString("asc", this), new Integer(48));
  literals.put(new ANTLRHashString("or", this), new Integer(50));
  literals.put(new ANTLRHashString("in", this), new Integer(47));
  literals.put(new ANTLRHashString("list", this), new Integer(54));
  literals.put(new ANTLRHashString("from", this), new Integer(40));
  literals.put(new ANTLRHashString("desc", this), new Integer(49));
  literals.put(new ANTLRHashString("true", this), new Integer(59));
  literals.put(new ANTLRHashString("by", this), new Integer(43));
  literals.put(new ANTLRHashString("not", this), new Integer(53));
  literals.put(new ANTLRHashString("and", this), new Integer(51));
  literals.put(new ANTLRHashString("distinct", this), new Integer(39));
  literals.put(new ANTLRHashString("prefetch", this), new Integer(45));
  literals.put(new ANTLRHashString("false", this), new Integer(60));
  literals.put(new ANTLRHashString("time", this), new Integer(62));
  literals.put(new ANTLRHashString("order", this), new Integer(42));
  literals.put(new ANTLRHashString("where", this), new Integer(41));
  literals.put(new ANTLRHashString("exists", this), new Integer(46));
  literals.put(new ANTLRHashString("is_defined", this), new Integer(57));
}
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(145));
  literals.put(new ANTLRHashString("short", this), new Integer(104));
  literals.put(new ANTLRHashString("break", this), new Integer(139));
  literals.put(new ANTLRHashString("while", this), new Integer(134));
  literals.put(new ANTLRHashString("new", this), new Integer(154));
  literals.put(new ANTLRHashString("instanceof", this), new Integer(153));
  literals.put(new ANTLRHashString("implements", this), new Integer(127));
  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(138));
  literals.put(new ANTLRHashString("throw", this), new Integer(141));
  literals.put(new ANTLRHashString("null", this), new Integer(155));
  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(126));
  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(132));
  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(142));
  literals.put(new ANTLRHashString("catch", this), new Integer(148));
  literals.put(new ANTLRHashString("try", this), new Integer(146));
  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(136));
  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(125));
  literals.put(new ANTLRHashString("false", this), new Integer(152));
  literals.put(new ANTLRHashString("this", this), new Integer(128));
  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(140));
  literals.put(new ANTLRHashString("finally", this), new Integer(147));
  literals.put(new ANTLRHashString("else", this), new Integer(133));
  literals.put(new ANTLRHashString("import", this), new Integer(79));
  literals.put(new ANTLRHashString("in", this), new Integer(137));
  literals.put(new ANTLRHashString("void", this), new Integer(100));
  literals.put(new ANTLRHashString("switch", this), new Integer(135));
  literals.put(new ANTLRHashString("true", this), new Integer(156));
  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

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(145));
  literals.put(new ANTLRHashString("short", this), new Integer(104));
  literals.put(new ANTLRHashString("break", this), new Integer(139));
  literals.put(new ANTLRHashString("while", this), new Integer(134));
  literals.put(new ANTLRHashString("new", this), new Integer(154));
  literals.put(new ANTLRHashString("instanceof", this), new Integer(153));
  literals.put(new ANTLRHashString("implements", this), new Integer(127));
  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(138));
  literals.put(new ANTLRHashString("throw", this), new Integer(141));
  literals.put(new ANTLRHashString("null", this), new Integer(155));
  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(126));
  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(132));
  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(142));
  literals.put(new ANTLRHashString("catch", this), new Integer(148));
  literals.put(new ANTLRHashString("try", this), new Integer(146));
  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(136));
  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(125));
  literals.put(new ANTLRHashString("false", this), new Integer(152));
  literals.put(new ANTLRHashString("this", this), new Integer(128));
  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(140));
  literals.put(new ANTLRHashString("finally", this), new Integer(147));
  literals.put(new ANTLRHashString("else", this), new Integer(133));
  literals.put(new ANTLRHashString("import", this), new Integer(79));
  literals.put(new ANTLRHashString("in", this), new Integer(137));
  literals.put(new ANTLRHashString("void", this), new Integer(100));
  literals.put(new ANTLRHashString("switch", this), new Integer(135));
  literals.put(new ANTLRHashString("true", this), new Integer(156));
  literals.put(new ANTLRHashString("long", this), new Integer(107));
}
View Full Code Here

Examples of antlr.ANTLRHashString

  public FCLLexer(LexerSharedInputState state) {
    super(state);
    caseSensitiveLiterals = false;
    setCaseSensitive(false);
    literals = new Hashtable();
    literals.put(new ANTLRHashString("trape", this), new Integer(62));
    literals.put(new ANTLRHashString("act", this), new Integer(6));
    literals.put(new ANTLRHashString("log", this), new Integer(40));
    literals.put(new ANTLRHashString("sum", this), new Integer(58));
    literals.put(new ANTLRHashString("nsum", this), new Integer(47));
    literals.put(new ANTLRHashString("gbell", this), new Integer(32));
    literals.put(new ANTLRHashString("end_defuzzify", this), new Integer(24));
    literals.put(new ANTLRHashString("method", this), new Integer(42));
    literals.put(new ANTLRHashString("end_ruleblock", this), new Integer(27));
    literals.put(new ANTLRHashString("defuzzify", this), new Integer(21));
    literals.put(new ANTLRHashString("ruleblock", this), new Integer(54));
    literals.put(new ANTLRHashString("exp", this), new Integer(29));
    literals.put(new ANTLRHashString("min", this), new Integer(43));
    literals.put(new ANTLRHashString("probor", this), new Integer(49));
    literals.put(new ANTLRHashString("id", this), new Integer(35));
    literals.put(new ANTLRHashString("nc", this), new Integer(45));
    literals.put(new ANTLRHashString("abs", this), new Integer(4));
    literals.put(new ANTLRHashString("trian", this), new Integer(63));
    literals.put(new ANTLRHashString("and", this), new Integer(7));
    literals.put(new ANTLRHashString("sin", this), new Integer(56));
    literals.put(new ANTLRHashString("sigm", this), new Integer(55));
    literals.put(new ANTLRHashString("prod", this), new Integer(50));
    literals.put(new ANTLRHashString("gauss", this), new Integer(31));
    literals.put(new ANTLRHashString("bsum", this), new Integer(11));
    literals.put(new ANTLRHashString("accu", this), new Integer(5));
    literals.put(new ANTLRHashString("fuzzify", this), new Integer(34));
    literals.put(new ANTLRHashString("var_input", this), new Integer(65));
    literals.put(new ANTLRHashString("rm", this), new Integer(52));
    literals.put(new ANTLRHashString("bdif", this), new Integer(10));
    literals.put(new ANTLRHashString("end_var", this), new Integer(28));
    literals.put(new ANTLRHashString("ln", this), new Integer(39));
    literals.put(new ANTLRHashString("end_fuzzify", this), new Integer(26));
    literals.put(new ANTLRHashString("end_function_block", this), new Integer(25));
    literals.put(new ANTLRHashString("cogs", this), new Integer(14));
    literals.put(new ANTLRHashString("range", this), new Integer(51));
    literals.put(new ANTLRHashString("asum", this), new Integer(9));
    literals.put(new ANTLRHashString("tan", this), new Integer(59));
    literals.put(new ANTLRHashString("var_output", this), new Integer(66));
    literals.put(new ANTLRHashString("mm", this), new Integer(44));
    literals.put(new ANTLRHashString("function", this), new Integer(30));
    literals.put(new ANTLRHashString("cogf", this), new Integer(15));
    literals.put(new ANTLRHashString("lm", this), new Integer(38));
    literals.put(new ANTLRHashString("term", this), new Integer(60));
    literals.put(new ANTLRHashString("or", this), new Integer(48));
    literals.put(new ANTLRHashString("real", this), new Integer(64));
    literals.put(new ANTLRHashString("max", this), new Integer(41));
    literals.put(new ANTLRHashString("is", this), new Integer(37));
    literals.put(new ANTLRHashString("coa", this), new Integer(12));
    literals.put(new ANTLRHashString("cog", this), new Integer(13));
    literals.put(new ANTLRHashString("function_block", this), new Integer(33));
    literals.put(new ANTLRHashString("cos", this), new Integer(16));
    literals.put(new ANTLRHashString("if", this), new Integer(36));
    literals.put(new ANTLRHashString("singletons", this), new Integer(57));
    literals.put(new ANTLRHashString("default", this), new Integer(20));
    literals.put(new ANTLRHashString("rule", this), new Integer(53));
    literals.put(new ANTLRHashString("with", this), new Integer(67));
    literals.put(new ANTLRHashString("not", this), new Integer(46));
    literals.put(new ANTLRHashString("then", this), new Integer(61));
  }
View Full Code Here

Examples of antlr.ANTLRHashString

    public PtalonLexer(LexerSharedInputState state) {
        super(state);
        caseSensitiveLiterals = true;
        setCaseSensitive(true);
        literals = new Hashtable();
        literals.put(new ANTLRHashString("for", this), new Integer(25));
        literals.put(new ANTLRHashString("outport", this), new Integer(8));
        literals.put(new ANTLRHashString("transparent", this), new Integer(15));
        literals.put(new ANTLRHashString("parameter", this), new Integer(10));
        literals.put(new ANTLRHashString("false", this), new Integer(21));
        literals.put(new ANTLRHashString("true", this), new Integer(20));
        literals.put(new ANTLRHashString("actor", this), new Integer(12));
        literals.put(new ANTLRHashString("import", this), new Integer(19));
        literals.put(new ANTLRHashString("next", this), new Integer(27));
        literals.put(new ANTLRHashString("inport", this), new Integer(7));
        literals.put(new ANTLRHashString("reference", this), new Integer(16));
        literals.put(new ANTLRHashString("port", this), new Integer(4));
        literals.put(new ANTLRHashString("initially", this), new Integer(26));
        literals.put(new ANTLRHashString("actorparameter", this), new Integer(
                13));
        literals.put(new ANTLRHashString("is", this), new Integer(24));
        literals.put(new ANTLRHashString("danglingPortsOkay", this),
                new Integer(28));
        literals.put(new ANTLRHashString("attachDanglingPorts", this),
                new Integer(29));
        literals.put(new ANTLRHashString("relation", this), new Integer(14));
        literals.put(new ANTLRHashString("if", this), new Integer(22));
        literals.put(new ANTLRHashString("else", this), new Integer(23));
    }
View Full Code Here

Examples of antlr.ANTLRHashString

public PascalLexer(LexerSharedInputState state) {
  super(state);
  caseSensitiveLiterals = false;
  setCaseSensitive(false);
  literals = new Hashtable();
  literals.put(new ANTLRHashString("type", this), new Integer(42));
  literals.put(new ANTLRHashString("case", this), new Integer(61));
  literals.put(new ANTLRHashString("while", this), new Integer(87));
  literals.put(new ANTLRHashString("repeat", this), new Integer(89));
  literals.put(new ANTLRHashString("end", this), new Integer(60));
  literals.put(new ANTLRHashString("integer", this), new Integer(49));
  literals.put(new ANTLRHashString("then", this), new Integer(85));
  literals.put(new ANTLRHashString("program", this), new Integer(24));
  literals.put(new ANTLRHashString("implementation", this), new Integer(30));
  literals.put(new ANTLRHashString("until", this), new Integer(90));
  literals.put(new ANTLRHashString("to", this), new Integer(92));
  literals.put(new ANTLRHashString("and", this), new Integer(79));
  literals.put(new ANTLRHashString("const", this), new Integer(34));
  literals.put(new ANTLRHashString("not", this), new Integer(80));
  literals.put(new ANTLRHashString("var", this), new Integer(65));
  literals.put(new ANTLRHashString("real", this), new Integer(50));
  literals.put(new ANTLRHashString("mod", this), new Integer(78));
  literals.put(new ANTLRHashString("packed", this), new Integer(52));
  literals.put(new ANTLRHashString("do", this), new Integer(88));
  literals.put(new ANTLRHashString("function", this), new Integer(43));
  literals.put(new ANTLRHashString("with", this), new Integer(94));
  literals.put(new ANTLRHashString("set", this), new Integer(62));
  literals.put(new ANTLRHashString("interface", this), new Integer(22));
  literals.put(new ANTLRHashString("of", this), new Integer(56));
  literals.put(new ANTLRHashString("array", this), new Integer(55));
  literals.put(new ANTLRHashString("file", this), new Integer(63));
  literals.put(new ANTLRHashString("or", this), new Integer(74));
  literals.put(new ANTLRHashString("if", this), new Integer(84));
  literals.put(new ANTLRHashString("record", this), new Integer(59));
  literals.put(new ANTLRHashString("chr", this), new Integer(36));
  literals.put(new ANTLRHashString("goto", this), new Integer(82));
  literals.put(new ANTLRHashString("for", this), new Integer(91));
  literals.put(new ANTLRHashString("unit", this), new Integer(28));
  literals.put(new ANTLRHashString("boolean", this), new Integer(48));
  literals.put(new ANTLRHashString("label", this), new Integer(32));
  literals.put(new ANTLRHashString("char", this), new Integer(47));
  literals.put(new ANTLRHashString("string", this), new Integer(51));
  literals.put(new ANTLRHashString("downto", this), new Integer(93));
  literals.put(new ANTLRHashString("begin", this), new Integer(83));
  literals.put(new ANTLRHashString("else", this), new Integer(86));
  literals.put(new ANTLRHashString("uses", this), new Integer(31));
  literals.put(new ANTLRHashString("in", this), new Integer(73));
  literals.put(new ANTLRHashString("procedure", this), new Integer(45));
  literals.put(new ANTLRHashString("nil", this), new Integer(81));
  literals.put(new ANTLRHashString("div", this), new Integer(77));
}
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.