org.stringtemplate.v4.debug
Class EvalTemplateEvent

java.lang.Object
  extended by org.stringtemplate.v4.debug.InterpEvent
      extended by org.stringtemplate.v4.debug.EvalTemplateEvent

public class EvalTemplateEvent
extends InterpEvent


Field Summary
 
Fields inherited from class org.stringtemplate.v4.debug.InterpEvent
outputStartChar, outputStopChar, scope
 
Constructor Summary
EvalTemplateEvent(InstanceScope scope, int exprStartChar, int exprStopChar)
           
 
Method Summary
 
Methods inherited from class org.stringtemplate.v4.debug.InterpEvent
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvalTemplateEvent

public EvalTemplateEvent(InstanceScope scope,
                         int exprStartChar,
                         int exprStopChar)


Copyright © 2011. All Rights Reserved.