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.ObjectEvents during template hierarchy construction (not evaluation)
-
-
Field Summary
Fields Modifier and Type Field Description MultiMap<java.lang.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<java.lang.String,AddAttributeEvent> addAttrEvents
Track construction-time add attribute "events"; used for ST user-level debugging
-
-