Package | Description |
---|---|
org.stringtemplate.v4 | |
org.stringtemplate.v4.debug | |
org.stringtemplate.v4.gui |
Modifier and Type | Field | Description |
---|---|---|
List<InterpEvent> |
InstanceScope.events |
Includes the
EvalTemplateEvent for this template. |
protected List<InterpEvent> |
Interpreter.events |
Track everything happening in interpreter across all templates if
Interpreter.debug . |
Modifier and Type | Method | Description |
---|---|---|
List<InterpEvent> |
Interpreter.getEvents() |
|
List<InterpEvent> |
ST.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 | 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 | Description |
---|---|---|
class |
EvalExprEvent |
|
class |
EvalTemplateEvent |
|
class |
IndentEvent |
Modifier and Type | Field | Description |
---|---|---|
InterpEvent |
STViz.currentEvent |
Modifier and Type | Field | Description |
---|---|---|
List<InterpEvent> |
STViz.allEvents |
Modifier and Type | Method | Description |
---|---|---|
InterpEvent |
STViz.findEventAtOutputLocation(List<InterpEvent> events,
int charIndex) |
Modifier and Type | Method | Description |
---|---|---|
InterpEvent |
STViz.findEventAtOutputLocation(List<InterpEvent> events,
int charIndex) |
Copyright © 2019. All rights reserved.