| Package | Description |
|---|---|
| org.stringtemplate.v4 | |
| org.stringtemplate.v4.compiler |
| Modifier and Type | Class and Description |
|---|---|
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 directory.
|
class |
STRawGroupDir
A directory of templates without headers like ST v3 had.
|
| Modifier and Type | Field and Description |
|---|---|
static STGroup |
STGroup.defaultGroup
|
STGroup |
ST.groupThatCreatedThisInstance
Created as instance of which group? We need this to initialize interpreter via render.
|
| Modifier and Type | Field and Description |
|---|---|
protected List |
STGroup.imports
Every group can import templates/dictionaries from other groups.
|
protected List |
STGroup.importsToClearOnUnload
|
| Modifier and Type | Method and Description |
|---|---|
List |
STGroup.getImportedGroups()
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Interpreter.getDictionary(STGroup
|
void |
STGroup.importTemplates(STGroup
Make this group import templates/dictionaries from
g.
|
protected void |
STGroup.importTemplates(STGroup
|
| Constructor and Description | |
|---|---|
Interpreter(STGroup
|
|
Interpreter(STGroup
|
|
Interpreter(STGroup
|
|
Interpreter(STGroup
|
|
ST(STGroup
|
| Modifier and Type | Field and Description |
|---|---|
STGroup |
Compiler.group
|
STGroup |
GroupLexer.group
|
STGroup |
GroupParser.group
|
STGroup |
CompiledST.nativeGroup
The group that physically defines this
ST definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompiledST.defineArgDefaultValueTemplates(STGroup
|
void |
CompiledST.defineImplicitlyDefinedTemplates(STGroup
|
void |
GroupParser.group(STGroup
|
| Constructor and Description | |
|---|---|
Compiler(STGroup
|