| Package | Description |
|---|---|
| org.stringtemplate.v4 | |
| org.stringtemplate.v4.compiler |
| Modifier and Type | Method and Description |
|---|---|
CompiledST |
STGroup.compile(String
Compile a template.
|
CompiledST |
STGroup.defineTemplate(String
|
void |
STGroup.defineTemplateOrRegion(String
|
| Modifier and Type | Field and Description |
|---|---|
Map |
CompiledST.formalArguments
|
| Modifier and Type | Method and Description |
|---|---|
List |
GroupParser.formalArgs()
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompiledST.addArg(FormalArgument
Used by
ST to add args one by one without turning on full formal args definition signal.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledST |
Compiler.compile(String
Compile full template with respect to a list of formal arguments.
|
void |
CompiledST.defineFormalArgs(List
|
void |
GroupParser.formalArg(List
|
CompiledST |
CodeGenerator.template(String
|