Package org.stringtemplate.v4
Class ST.DebugState
- java.lang.Object
-
- org.stringtemplate.v4.ST.DebugState
-
- Enclosing class:
- ST
public static class ST.DebugState extends java.lang.Object
Events during template hierarchy construction (not evaluation)
-
-
Field Summary
Fields Modifier and Type Field Description MultiMap<java.lang.String,AddAttributeEvent>
addAttrEvents
Track construction-time add attribute "events"; used for ST user-level debuggingConstructionEvent
newSTEvent
Record who made us?ConstructionEvent
createsException
to grab stack
-
Constructor Summary
Constructors Constructor Description DebugState()
-
-
-
Field Detail
-
newSTEvent
public ConstructionEvent newSTEvent
Record who made us?ConstructionEvent
createsException
to grab stack
-
addAttrEvents
public MultiMap<java.lang.String,AddAttributeEvent> addAttrEvents
Track construction-time add attribute "events"; used for ST user-level debugging
-
-