Home | History | Annotate | Download | only in test

Lines Matching refs:grammar

34 		String grammar =
35 "grammar T;\n" +
43 "tree grammar TP; options {ASTLabelType=CommonTree;}\n" +
48 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
54 String grammar =
55 "grammar T;\n" +
63 "tree grammar TP; options {ASTLabelType=CommonTree;}\n" +
68 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
74 String grammar =
75 "grammar T;\n" +
85 "tree grammar TP; options {ASTLabelType=CommonTree;}\n" +
91 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
97 String grammar =
98 "grammar T;\n" +
108 "tree grammar TP; options {ASTLabelType=CommonTree;}\n" +
114 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
121 String grammar =
122 "grammar T;\n" +
132 "tree grammar TP; options {ASTLabelType=CommonTree;}\n" +
137 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
143 String grammar =
144 "grammar T;\n" +
152 "tree grammar TP;\n" +
158 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
164 String grammar =
165 "grammar T;\n" +
173 "tree grammar TP; options {ASTLabelType=CommonTree;}\n" +
178 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
184 String grammar =
185 "grammar T;\n" +
194 "tree grammar TP; options {ASTLabelType=CommonTree;}\n" +
199 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
205 String grammar =
206 "grammar T;\n" +
215 "tree grammar TP; options {ASTLabelType=CommonTree;}\n" +
221 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
227 String grammar =
228 "grammar T;\n" +
237 "tree grammar TP; options {ASTLabelType=CommonTree;}\n" +
242 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
248 String grammar =
249 "grammar T;\n" +
259 "tree grammar TP; options {tokenVocab=T; ASTLabelType=CommonTree;}\n" +
263 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
269 String grammar =
270 "grammar T;\n" +
280 "tree grammar TP; options {tokenVocab=T; ASTLabelType=CommonTree;}\n" +
287 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
293 String grammar =
294 "grammar T;\n" +
304 "tree grammar TP; options {tokenVocab=T; ASTLabelType=CommonTree;}\n" +
311 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",
317 String grammar =
318 "grammar T;\n" +
328 "tree grammar TP; options {tokenVocab=T; ASTLabelType=CommonTree;}\n" +
335 String found = execTreeParser("T.g", grammar, "TParser", "TP.g",