org.stringtemplate.v4.debug
Class DebugST.State

java.lang.Object
  extended by org.stringtemplate.v4.debug.DebugST.State
Enclosing class:
DebugST

public static class DebugST.State
extends java.lang.Object


Field Summary
 java.util.List<InterpEvent> interpEvents
          Track all events that occur during rendering.
 
Constructor Summary
DebugST.State()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interpEvents

public java.util.List<InterpEvent> interpEvents
Track all events that occur during rendering.

Constructor Detail

DebugST.State

public DebugST.State()


Copyright © 2011. All Rights Reserved.