Uses of Class
org.stringtemplate.v4.debug.InterpEvent
Packages that use InterpEvent
-
Uses of InterpEvent in org.stringtemplate.v4
Fields in org.stringtemplate.v4 with type parameters of type InterpEventModifier and TypeFieldDescriptionInstanceScope.events
Includes theEvalTemplateEvent
for this template.protected List
<InterpEvent> Interpreter.events
Track everything happening in interpreter across all templates ifInterpreter.debug
.Methods in org.stringtemplate.v4 that return types with arguments of type InterpEventModifier and TypeMethodDescriptionInterpreter.getEvents()
ST.getEvents()
ST.getEvents
(int lineWidth) Methods in org.stringtemplate.v4 with parameters of type InterpEventModifier and TypeMethodDescriptionprotected void
Interpreter.trackDebugEvent
(InstanceScope scope, InterpEvent e) For every event, we track in overallInterpreter.events
list and inself
'sInstanceScope.events
list so that each template has a list of events used to create it. -
Uses of InterpEvent in org.stringtemplate.v4.debug
Subclasses of InterpEvent in org.stringtemplate.v4.debug -
Uses of InterpEvent in org.stringtemplate.v4.gui
Fields in org.stringtemplate.v4.gui declared as InterpEventFields in org.stringtemplate.v4.gui with type parameters of type InterpEventMethods in org.stringtemplate.v4.gui that return InterpEventModifier and TypeMethodDescriptionSTViz.findEventAtOutputLocation
(List<InterpEvent> events, int charIndex) Method parameters in org.stringtemplate.v4.gui with type arguments of type InterpEventModifier and TypeMethodDescriptionSTViz.findEventAtOutputLocation
(List<InterpEvent> events, int charIndex)