| Package | Description |
|---|---|
| org.stringtemplate.v4 | |
| org.stringtemplate.v4.debug | |
| org.stringtemplate.v4.gui |
| Modifier and Type | Field and Description |
|---|---|
protected List<InterpEvent> |
Interpreter.events
Track everything happening in interpreter across all templates if
Interpreter.debug. |
List<InterpEvent> |
InstanceScope.events
Includes the
EvalTemplateEvent for this template. |
| Modifier and Type | Method and Description |
|---|---|
List<InterpEvent> |
ST.getEvents() |
List<InterpEvent> |
Interpreter.getEvents() |
List<InterpEvent> |
ST.getEvents(int lineWidth) |
List<InterpEvent> |
ST.getEvents(Locale locale) |
List<InterpEvent> |
ST.getEvents(Locale locale,
int lineWidth) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Interpreter.trackDebugEvent(InstanceScope scope,
InterpEvent e)
For every event, we track in overall
Interpreter.events list and in
self's InstanceScope.events 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<InterpEvent> |
STViz.allEvents |
| Modifier and Type | Method and Description |
|---|---|
InterpEvent |
STViz.findEventAtOutputLocation(List<InterpEvent> events,
int charIndex) |
| Modifier and Type | Method and Description |
|---|---|
InterpEvent |
STViz.findEventAtOutputLocation(List<InterpEvent> events,
int charIndex) |
Copyright © 2013. All Rights Reserved.