|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 List<STGroup> |
STGroup.imports
Every group can import templates/dictionaries from other groups. |
protected List<STGroup> |
STGroup.importsToClearOnUnload
|
| Methods in org.stringtemplate.v4 that return types with arguments of type STGroup | |
|---|---|
List<STGroup> |
STGroup.getImportedGroups()
|
| Methods in org.stringtemplate.v4 with parameters of type STGroup | |
|---|---|
Object |
Interpreter.getDictionary(STGroup g,
String name)
|
void |
STGroup.importTemplates(STGroup g)
Make this group import templates/dictionaries from g. |
protected void |
STGroup.importTemplates(STGroup g,
boolean clearOnUnload)
|
| 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,
Locale locale,
boolean debug)
|
|
Interpreter(STGroup group,
Locale locale,
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 | |
|---|---|
STGroup |
GroupParser.group
|
STGroup |
Compiler.group
|
STGroup |
GroupLexer.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,
String prefix)
|
| Constructors in org.stringtemplate.v4.compiler with parameters of type STGroup | |
|---|---|
Compiler(STGroup group)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||