Package org.stringtemplate.v4.debug
Class EvalExprEvent
java.lang.Object
org.stringtemplate.v4.debug.InterpEvent
org.stringtemplate.v4.debug.EvalExprEvent
- Direct Known Subclasses:
IndentEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
final int
Index of first char in template.final int
Index of last char in template (inclusive).Fields inherited from class org.stringtemplate.v4.debug.InterpEvent
outputStartChar, outputStopChar, scope
-
Constructor Summary
ConstructorsConstructorDescriptionEvalExprEvent
(InstanceScope scope, int start, int stop, int exprStartChar, int exprStopChar) -
Method Summary
-
Field Details
-
exprStartChar
public final int exprStartCharIndex of first char in template. -
exprStopChar
public final int exprStopCharIndex of last char in template (inclusive). -
expr
-
-
Constructor Details
-
EvalExprEvent
-
-
Method Details
-
toString
- Overrides:
toString
in classInterpEvent
-