Package org.stringtemplate.v4.debug
Class ConstructionEvent
- java.lang.Object
-
- org.stringtemplate.v4.debug.ConstructionEvent
-
- Direct Known Subclasses:
AddAttributeEvent
public class ConstructionEvent extends java.lang.Object
An event that happens when building ST trees, adding attributes etc...
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Throwable
stack
-
Constructor Summary
Constructors Constructor Description ConstructionEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFileName()
int
getLine()
java.lang.StackTraceElement
getSTEntryPoint()
-