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
 
 
 
 
- 
public class IndentEvent extends EvalExprEvent
 
- 
- 
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
Constructors Constructor Description IndentEvent(InstanceScope scope, int start, int stop, int exprStartChar, int exprStopChar) 
 - 
 
- 
- 
Constructor Detail
- 
IndentEvent
public IndentEvent(InstanceScope scope, int start, int stop, int exprStartChar, int exprStopChar)
 
 - 
 
 -