Uses of Interface
org.antlr.stringtemplate.StringTemplateGroupLoader

Packages that use StringTemplateGroupLoader
org.antlr.stringtemplate   
 

Uses of StringTemplateGroupLoader in org.antlr.stringtemplate
 

Classes in org.antlr.stringtemplate that implement StringTemplateGroupLoader
 class CommonGroupLoader
          A simple loader that looks only in the directory(ies) you specify in the ctor, but it uses the classpath rather than absolute dirs so it can be used when the ST application is jar'd up.
 class PathGroupLoader
          A brain dead loader that looks only in the directory(ies) you specify in the ctor.
 

Methods in org.antlr.stringtemplate with parameters of type StringTemplateGroupLoader
static void StringTemplateGroup.registerGroupLoader(StringTemplateGroupLoader loader)