org.stringtemplate.v4.debug
Class IndentEvent

java.lang.Object
  extended by org.stringtemplate.v4.debug.InterpEvent
      extended by org.stringtemplate.v4.debug.EvalExprEvent
          extended by 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
IndentEvent(InstanceScope scope, int start, int stop, int exprStartChar, int exprStopChar)
           
 
Method Summary
 
Methods inherited from class org.stringtemplate.v4.debug.EvalExprEvent
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndentEvent

public IndentEvent(InstanceScope scope,
                   int start,
                   int stop,
                   int exprStartChar,
                   int exprStopChar)


Copyright © 2011. All Rights Reserved.