| Package | Description |
|---|---|
| org.stringtemplate.v4 | |
| org.stringtemplate.v4.debug | |
| org.stringtemplate.v4.gui | |
| org.stringtemplate.v4.misc |
| Modifier and Type | Field and Description |
|---|---|
InstanceScope |
Interpreter.currentScope
Stack of enclosing instances (scopes).
|
InstanceScope |
InstanceScope.parent
Template that invoked us.
|
| Modifier and Type | Method and Description |
|---|---|
static List<InstanceScope> |
Interpreter.getScopeStack(InstanceScope scope,
boolean topdown) |
| Modifier and Type | Method and Description |
|---|---|
static List<ST> |
Interpreter.getEnclosingInstanceStack(InstanceScope scope,
boolean topdown) |
static String |
Interpreter.getEnclosingInstanceStackString(InstanceScope scope)
If an instance of x is enclosed in a y which is in a
z, return a
String of these instance names in order from
topmost to lowest; here that would be [z y x]. |
static List<EvalTemplateEvent> |
Interpreter.getEvalTemplateEventStack(InstanceScope scope,
boolean topdown) |
static List<InstanceScope> |
Interpreter.getScopeStack(InstanceScope scope,
boolean topdown) |
| Constructor and Description |
|---|
InstanceScope(InstanceScope parent,
ST st) |
| Modifier and Type | Field and Description |
|---|---|
InstanceScope |
InterpEvent.scope |
| Constructor and Description |
|---|
EvalExprEvent(InstanceScope scope,
int start,
int stop,
int exprStartChar,
int exprStopChar) |
EvalTemplateEvent(InstanceScope scope,
int exprStartChar,
int exprStopChar) |
IndentEvent(InstanceScope scope,
int start,
int stop,
int exprStartChar,
int exprStopChar) |
InterpEvent(InstanceScope scope,
int outputStartChar,
int outputStopChar) |
| Modifier and Type | Field and Description |
|---|---|
InstanceScope |
STViz.currentScope |
| Modifier and Type | Method and Description |
|---|---|
protected void |
STViz.updateAttributes(InstanceScope scope,
STViewFrame m) |
protected void |
STViz.updateStack(InstanceScope scope,
STViewFrame m) |
| Constructor and Description |
|---|
JTreeScopeStackModel(InstanceScope scope) |
| Modifier and Type | Field and Description |
|---|---|
InstanceScope |
STRuntimeMessage.scope |
InstanceScope |
STNoSuchAttributeException.scope |
| Constructor and Description |
|---|
STNoSuchAttributeException(String name,
InstanceScope scope) |
Copyright © 2012. All Rights Reserved.