org.stringtemplate.v4
Class ST.DebugState

java.lang.Object
  extended by org.stringtemplate.v4.ST.DebugState
Enclosing class:
ST

public static class ST.DebugState
extends Object

Events during template hierarchy construction (not evaluation)


Field Summary
 MultiMap<String,AddAttributeEvent> addAttrEvents
          Track construction-time add attribute "events"; used for ST user-level debugging
 ConstructionEvent newSTEvent
          Record who made us? ConstructionEvent creates Exception to grab stack
 
Constructor Summary
ST.DebugState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newSTEvent

public ConstructionEvent newSTEvent
Record who made us? ConstructionEvent creates Exception to grab stack


addAttrEvents

public MultiMap<String,AddAttributeEvent> addAttrEvents
Track construction-time add attribute "events"; used for ST user-level debugging

Constructor Detail

ST.DebugState

public ST.DebugState()


Copyright © 2011. All Rights Reserved.