Home
last modified time | relevance | path

Searched refs:actionST (Results 1 – 2 of 2) sorted by relevance

/external/antlr/tool/src/test/java/org/antlr/test/
DTestTemplates.java79 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructor() local
80 String found = actionST.render(); in testTemplateConstructor()
116 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructorNoArgs() local
117 String found = actionST.render(); in testTemplateConstructorNoArgs()
154 ST actionST = new ST(templates, rawTranslation); in testIndirectTemplateConstructor() local
155 String found = actionST.render(); in testIndirectTemplateConstructor()
189 ST actionST = new ST(templates, rawTranslation); in testStringConstructor() local
190 String found = actionST.render(); in testStringConstructor()
225 ST actionST = new ST(templates, rawTranslation); in testSetAttr() local
226 String found = actionST.render(); in testSetAttr()
[all …]
DTestAttributes.java68 ST actionST = new ST(templates, "<action>"); in testEscapedLessThanInAction() local
69 actionST.add("action", rawTranslation); in testEscapedLessThanInAction()
70 String found = actionST.render(); in testEscapedLessThanInAction()
2820 ST actionST = new ST(templates, rawTranslation); in testIllegalAssignToLocalAttr() local
2821 String found = actionST.render(); in testIllegalAssignToLocalAttr()
2977 ST actionST = new ST(templates, rawTranslation); in testDoNotTranslateScopeAttributeCompare() local
2978 String found = actionST.render(); in testDoNotTranslateScopeAttributeCompare()