Package org.stringtemplate.v4.debug
Class IndentEvent
java.lang.Object
org.stringtemplate.v4.debug.InterpEvent
org.stringtemplate.v4.debug.EvalExprEvent
org.stringtemplate.v4.debug.IndentEvent
-
Field Summary
Fields inherited from class org.stringtemplate.v4.debug.EvalExprEvent
expr, exprStartChar, exprStopChar
Fields inherited from class org.stringtemplate.v4.debug.InterpEvent
outputStartChar, outputStopChar, scope
-
Constructor Summary
ConstructorsConstructorDescriptionIndentEvent
(InstanceScope scope, int start, int stop, int exprStartChar, int exprStopChar) -
Method Summary
Methods inherited from class org.stringtemplate.v4.debug.EvalExprEvent
toString
-
Constructor Details
-
IndentEvent
-