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 TypeClassDescriptionclassA directory or directory tree full of templates and/or group files.classThe internal representation of a single group file (which must end in ".stg").classA group derived from a string not a file or directory.classA directory of templates without headers like ST v3 had.Fields in org.stringtemplate.v4 declared as STGroupModifier and TypeFieldDescriptionstatic STGroupSTGroup.defaultGroup(package private) STGroupInterpreter.groupRender 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.importsEvery group can import templates/dictionaries from other groups.STGroup.importsToClearOnUnloadMethods 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) voidSTGroup.importTemplates(STGroup g) Make this group import templates/dictionaries fromg.protected voidSTGroup.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.groupGroupLexer.groupGroupParser.groupCompiledST.nativeGroupThe group that physically defines thisSTdefinition.Methods in org.stringtemplate.v4.compiler with parameters of type STGroupModifier and TypeMethodDescriptionvoidCompiledST.defineArgDefaultValueTemplates(STGroup group) voidCompiledST.defineImplicitlyDefinedTemplates(STGroup group) final voidConstructors in org.stringtemplate.v4.compiler with parameters of type STGroup