Package org.stringtemplate.v4
Class ST.DebugState
- java.lang.Object
 - 
- org.stringtemplate.v4.ST.DebugState
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description MultiMap<String,AddAttributeEvent>addAttrEventsTrack construction-time add attribute "events"; used for ST user-level debuggingConstructionEventnewSTEventRecord who made us?ConstructionEventcreatesExceptionto grab stack 
- 
Constructor Summary
Constructors Constructor Description DebugState() 
 - 
 
- 
- 
Field Detail
- 
newSTEvent
public ConstructionEvent newSTEvent
Record who made us?ConstructionEventcreatesExceptionto grab stack 
- 
addAttrEvents
public MultiMap<String,AddAttributeEvent> addAttrEvents
Track construction-time add attribute "events"; used for ST user-level debugging 
 - 
 
 -