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 EvalExprEvent
expr, exprStartChar, exprStopCharFields inherited from class InterpEvent
outputStartChar, outputStopChar, scope -
Constructor Summary
ConstructorsConstructorDescriptionIndentEvent(InstanceScope scope, int start, int stop, int exprStartChar, int exprStopChar) -
Method Summary
Methods inherited from class EvalExprEvent
toString
-
Constructor Details
-
IndentEvent
-