| Package | Description |
|---|---|
| org.stringtemplate.v4 | |
| org.stringtemplate.v4.gui | |
| org.stringtemplate.v4.misc |
| Modifier and Type | Field and Description |
|---|---|
ST |
InstanceScope.st
Template we're executing.
|
| Modifier and Type | Method and Description |
|---|---|
ST |
ST.add(String
Inject an attribute (name/value pair).
|
ST |
ST.addAggr(String
Split
aggrName.{propName1,propName2} into list
[propName1, propName2] and the
aggrName.
|
ST |
STGroup.createSingleton(org
Create singleton template for use with dictionary values.
|
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.
|
ST |
STGroup.createStringTemplateInternally(ST
|
protected ST |
STGroup.getEmbeddedInstanceOf(Interpreter
|
ST |
STGroup.getInstanceOf(String
The primary means of getting an instance of a template from this group.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
Interpreter.getEnclosingInstanceStack(InstanceScope
|
protected List |
Interpreter.rot_map_iterator(InstanceScope
|
| Modifier and Type | Method and Description |
|---|---|
ST |
STGroup.createStringTemplateInternally(ST
|
Object |
ModelAdaptor.getProperty(Interpreter
Lookup property name in
o and return its value.
|
protected void |
Interpreter.map(InstanceScope
|
protected void |
Interpreter.setFirstArgument(InstanceScope
|
protected ST |
Interpreter.zip_map(InstanceScope
Renders expressions of the form
<names,phones:{n,p | ...}> or
<a,b:t()>.
|
| Modifier and Type | Method and Description |
|---|---|
protected List |
Interpreter.rot_map_iterator(InstanceScope
|
protected void |
Interpreter.rot_map(InstanceScope
Renders expressions of the form
<names:a()> or
<names:a(),b()>.
|
| Constructor and Description | |
|---|---|
InstanceScope(InstanceScope
|
|
ST(ST
Clone a prototype template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JTreeScopeStackModel.addAttributeDescriptions(ST
|
| Modifier and Type | Field and Description |
|---|---|
ST |
STMessage.self
if in debug mode, has created instance, add attr events and eval template events.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
STModelAdaptor.getProperty(Interpreter
|
Object |
AggregateModelAdaptor.getProperty(Interpreter
|
Object |
ObjectModelAdaptor.getProperty(Interpreter
|
Object |
MapModelAdaptor.getProperty(Interpreter
|
void |
ErrorManager.internalError(ST
|
void |
ErrorManager.IOError(ST
|
void |
ErrorManager.IOError(ST
|
| Constructor and Description | |
|---|---|
STMessage(ErrorType
|
|
STMessage(ErrorType
|
|
STMessage(ErrorType
|
|
STMessage(ErrorType
|
|
STMessage(ErrorType
|
|
STMessage(ErrorType
|