HomeSort by relevance Sort by last modified time
    Searched refs:actionST (Results 1 - 6 of 6) sorted by null

  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTemplates.java 77 ST actionST = new ST(templates, rawTranslation);
78 String found = actionST.render();
114 ST actionST = new ST(templates, rawTranslation);
115 String found = actionST.render();
152 ST actionST = new ST(templates, rawTranslation);
153 String found = actionST.render();
187 ST actionST = new ST(templates, rawTranslation);
188 String found = actionST.render();
223 ST actionST = new ST(templates, rawTranslation);
224 String found = actionST.render()
    [all...]
TestAttributes.java 66 ST actionST = new ST(templates, "<action>");
67 actionST.add("action", rawTranslation);
68 String found = actionST.render();
    [all...]