Uses of Class
org.stringtemplate.v4.STGroup
Packages that use STGroup
-
Uses of STGroup in org.stringtemplate.v4
Subclasses of STGroup in org.stringtemplate.v4Modifier and TypeClassDescriptionclass
A directory or directory tree full of templates and/or group files.class
The internal representation of a single group file (which must end in ".stg").class
A group derived from a string not a file or directory.class
A directory of templates without headers like ST v3 had.Fields in org.stringtemplate.v4 declared as STGroupModifier and TypeFieldDescriptionstatic STGroup
STGroup.defaultGroup
(package private) STGroup
Interpreter.group
Render template with respect to this group.Created as instance of which group? We need this to initialize interpreter via render.Fields in org.stringtemplate.v4 with type parameters of type STGroupModifier and TypeFieldDescriptionSTGroup.imports
Every group can import templates/dictionaries from other groups.STGroup.importsToClearOnUnload
Methods in org.stringtemplate.v4 that return types with arguments of type STGroupMethods in org.stringtemplate.v4 with parameters of type STGroupModifier and TypeMethodDescriptionInterpreter.getDictionary
(STGroup g, String name) void
STGroup.importTemplates
(STGroup g) Make this group import templates/dictionaries fromg
.protected void
STGroup.importTemplates
(STGroup g, boolean clearOnUnload) Constructors in org.stringtemplate.v4 with parameters of type STGroupModifierConstructorDescriptionInterpreter
(STGroup group, boolean debug) Interpreter
(STGroup group, Locale locale, boolean debug) Interpreter
(STGroup group, Locale locale, ErrorManager errMgr, boolean debug) Interpreter
(STGroup group, ErrorManager errMgr, boolean debug) -
Uses of STGroup in org.stringtemplate.v4.compiler
Fields in org.stringtemplate.v4.compiler declared as STGroupModifier and TypeFieldDescriptionCompiler.group
GroupLexer.group
GroupParser.group
CompiledST.nativeGroup
The group that physically defines thisST
definition.Methods in org.stringtemplate.v4.compiler with parameters of type STGroupModifier and TypeMethodDescriptionvoid
CompiledST.defineArgDefaultValueTemplates
(STGroup group) void
CompiledST.defineImplicitlyDefinedTemplates
(STGroup group) final void
Constructors in org.stringtemplate.v4.compiler with parameters of type STGroup