Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTemplates.java77 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructor() local
78 String found = actionST.render(); in testTemplateConstructor()
114 ST actionST = new ST(templates, rawTranslation); in testTemplateConstructorNoArgs() local
115 String found = actionST.render(); in testTemplateConstructorNoArgs()
152 ST actionST = new ST(templates, rawTranslation); in testIndirectTemplateConstructor() local
153 String found = actionST.render(); in testIndirectTemplateConstructor()
187 ST actionST = new ST(templates, rawTranslation); in testStringConstructor() local
188 String found = actionST.render(); in testStringConstructor()
223 ST actionST = new ST(templates, rawTranslation); in testSetAttr() local
224 String found = actionST.render(); in testSetAttr()
[all …]
DTestAttributes.java66 ST actionST = new ST(templates, "<action>"); in testEscapedLessThanInAction() local
67 actionST.add("action", rawTranslation); in testEscapedLessThanInAction()
68 String found = actionST.render(); in testEscapedLessThanInAction()
2818 ST actionST = new ST(templates, rawTranslation); in testIllegalAssignToLocalAttr() local
2819 String found = actionST.render(); in testIllegalAssignToLocalAttr()
2975 ST actionST = new ST(templates, rawTranslation); in testDoNotTranslateScopeAttributeCompare() local
2976 String found = actionST.render(); in testDoNotTranslateScopeAttributeCompare()