| Package | Description |
|---|---|
| org.stringtemplate.v4 | |
| org.stringtemplate.v4.compiler |
| Modifier and Type | Field and Description |
|---|---|
CompiledST |
ST.impl
The implementation for this template among all instances of same template .
|
protected static CompiledST |
STGroup.NOT_FOUND_ST
Used to indicate that the template doesn't exist.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map |
STGroup.templates
Maps template name to
CompiledST object.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledST |
STGroup.compile(String
Compile a template.
|
CompiledST |
STGroup.defineRegion(String
|
CompiledST |
STGroup.defineTemplate(String
for testing
|
CompiledST |
STGroup.defineTemplate(String
for testing
|
CompiledST |
STGroup.defineTemplate(String
|
CompiledST |
STGroup.defineTemplateAlias(org
Make name and alias for target.
|
protected CompiledST |
STGroupString.load(String
|
protected CompiledST |
STGroupDir.load(String
Load a template from directory or group file.
|
protected CompiledST |
STGroupFile.load(String
|
protected CompiledST |
STGroup.load(String
Load st from disk if directory or load whole group file if .stg file (then return just one template).
|
CompiledST |
STGroup.loadAbsoluteTemplateFile(String
Load template file into this group using absolute
fileName.
|
CompiledST |
STGroupDir.loadTemplateFile(String
Load .st as relative file name relative to root by
prefix.
|
CompiledST |
STRawGroupDir.loadTemplateFile(String
|
CompiledST |
STGroup.loadTemplateFile(String
Load template stream into this group.
|
protected CompiledST |
STGroup.lookupImportedTemplate(String
|
CompiledST |
STGroup.lookupTemplate(String
Look up a fully-qualified name.
|
CompiledST |
STGroup.rawGetTemplate(String
|
| Modifier and Type | Method and Description |
|---|---|
ST |
STGroup.createStringTemplate(CompiledST
|
ST |
STGroup.createStringTemplateInternally(CompiledST
Differentiate so we can avoid having creation events for regions, map operations, and other implicit "new ST" events during rendering.
|
void |
STGroup.rawDefineTemplate(String
|
| Modifier and Type | Field and Description |
|---|---|
CompiledST |
FormalArgument.compiledDefaultValue
|
| Modifier and Type | Field and Description |
|---|---|
List |
CompiledST.implicitlyDefinedTemplates
A list of all regions and subtemplates.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledST |
CompiledST.clone()
Cloning the
CompiledST for an
ST instance allows
ST to be called safely during interpretation for templates that do not contain formal arguments.
|
CompiledST |
Compiler.compile(String
|
CompiledST |
Compiler.compile(String
Compile full template with unknown formal arguments.
|
CompiledST |
Compiler.compile(String
Compile full template with respect to a list of formal arguments.
|
static CompiledST |
Compiler.defineBlankRegion(CompiledST
|
CompiledST |
CodeGenerator.template(String
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompiledST.addImplicitlyDefinedTemplate(CompiledST
|
static CompiledST |
Compiler.defineBlankRegion(CompiledST
|
| Constructor and Description | |
|---|---|
BytecodeDisassembler(CompiledST
|