public static class ST.DebugState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
MultiMap<java.lang.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 and Description |
---|
ST.DebugState() |
public ConstructionEvent newSTEvent
ConstructionEvent
creates Exception
to grab stackpublic MultiMap<java.lang.String,AddAttributeEvent> addAttrEvents