Uses of Class
org.stringtemplate.v4.STGroup
-
Packages that use STGroup Package Description org.stringtemplate.v4 org.stringtemplate.v4.compiler -
-
Uses of STGroup in org.stringtemplate.v4
Subclasses of STGroup in org.stringtemplate.v4 Modifier and Type Class Description classSTGroupDirA directory or directory tree full of templates and/or group files.classSTGroupFileThe internal representation of a single group file (which must end in ".stg").classSTGroupStringA group derived from a string not a file or directory.classSTRawGroupDirA directory of templates without headers like ST v3 had.Fields in org.stringtemplate.v4 declared as STGroup Modifier and Type Field Description static STGroupSTGroup. defaultGroupSTGroupST. groupThatCreatedThisInstanceCreated as instance of which group? We need this to initialize interpreter via render.Fields in org.stringtemplate.v4 with type parameters of type STGroup Modifier and Type Field Description protected List<STGroup>STGroup. importsEvery group can import templates/dictionaries from other groups.protected List<STGroup>STGroup. importsToClearOnUnloadMethods in org.stringtemplate.v4 that return types with arguments of type STGroup Modifier and Type Method Description List<STGroup>STGroup. getImportedGroups()Methods in org.stringtemplate.v4 with parameters of type STGroup Modifier and Type Method Description ObjectInterpreter. 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 STGroup Constructor Description Interpreter(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)ST(STGroup group, String template) -
Uses of STGroup in org.stringtemplate.v4.compiler
Fields in org.stringtemplate.v4.compiler declared as STGroup Modifier and Type Field Description STGroupCompiler. groupSTGroupGroupLexer. groupSTGroupGroupParser. groupSTGroupCompiledST. nativeGroupThe group that physically defines thisSTdefinition.Methods in org.stringtemplate.v4.compiler with parameters of type STGroup Modifier and Type Method Description voidCompiledST. defineArgDefaultValueTemplates(STGroup group)voidCompiledST. defineImplicitlyDefinedTemplates(STGroup group)voidGroupParser. group(STGroup group, String prefix)Constructors in org.stringtemplate.v4.compiler with parameters of type STGroup Constructor Description Compiler(STGroup group)
-