| Package | Description |
|---|---|
| org.stringtemplate.v4 | |
| org.stringtemplate.v4.debug | |
| org.stringtemplate.v4.gui |
| Modifier and Type | Field and Description |
|---|---|
protected List |
Interpreter.events
Track everything happening in interpreter across all templates if
Interpreter.
|
List |
InstanceScope.events
Includes the
EvalTemplateEvent for this template.
|
| Modifier and Type | Method and Description |
|---|---|
List |
ST.getEvents()
|
List |
Interpreter.getEvents()
|
List |
ST.getEvents(int lineWidth)
|
List |
ST.getEvents(Locale
|
List |
ST.getEvents(Locale
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Interpreter.trackDebugEvent(InstanceScope
For every event, we track in overall
Interpreter list and in
self's
InstanceScope list so that each template has a list of events used to create it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EvalExprEvent
|
class |
EvalTemplateEvent
|
class |
IndentEvent
|
| Modifier and Type | Field and Description |
|---|---|
InterpEvent |
STViz.currentEvent
|
| Modifier and Type | Field and Description |
|---|---|
List |
STViz.allEvents
|
| Modifier and Type | Method and Description |
|---|---|
InterpEvent |
STViz.findEventAtOutputLocation(List
|
| Modifier and Type | Method and Description |
|---|---|
InterpEvent |
STViz.findEventAtOutputLocation(List
|