Uses of Class
org.stringtemplate.v4.STGroup

Packages that use STGroup
org.stringtemplate.v4   
org.stringtemplate.v4.compiler   
 

Uses of STGroup in org.stringtemplate.v4
 

Subclasses of STGroup in org.stringtemplate.v4
 class STGroupDir
          A directory or directory tree full of templates and/or group files.
 class STGroupFile
          The internal representation of a single group file (which must end in ".stg").
 class STGroupString
          A group derived from a string not a file or dir.
 

Fields in org.stringtemplate.v4 declared as STGroup
static STGroup STGroup.defaultGroup
           
 STGroup ST.groupThatCreatedThisInstance
          Created as instance of which group? We need this to init interpreter via render.
 

Fields in org.stringtemplate.v4 with type parameters of type STGroup
protected  java.util.List<STGroup> STGroup.imports
          Every group can import templates/dictionaries from other groups.
 

Methods in org.stringtemplate.v4 with parameters of type STGroup
 java.lang.Object Interpreter.getDictionary(STGroup g, java.lang.String name)
           
 void STGroup.importTemplates(STGroup g)
          Make this group import templates/dictionaries from g.
 

Constructors in org.stringtemplate.v4 with parameters of type STGroup
Interpreter(STGroup group, boolean debug)
           
Interpreter(STGroup group, ErrorManager errMgr, boolean debug)
           
Interpreter(STGroup group, java.util.Locale locale, boolean debug)
           
Interpreter(STGroup group, java.util.Locale locale, ErrorManager errMgr, boolean debug)
           
ST(STGroup group, java.lang.String template)
           
 

Uses of STGroup in org.stringtemplate.v4.compiler
 

Fields in org.stringtemplate.v4.compiler declared as STGroup
 STGroup GroupParser.group
           
 STGroup GroupLexer.group
           
 STGroup Compiler.group
           
 STGroup CompiledST.nativeGroup
          The group that physically defines this ST definition.
 

Methods in org.stringtemplate.v4.compiler with parameters of type STGroup
 void CompiledST.defineArgDefaultValueTemplates(STGroup group)
           
 void CompiledST.defineImplicitlyDefinedTemplates(STGroup group)
           
 void GroupParser.group(STGroup group, java.lang.String prefix)
           
 

Constructors in org.stringtemplate.v4.compiler with parameters of type STGroup
Compiler(STGroup group)
           
 



Copyright © 2011. All Rights Reserved.