Class 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  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileName()  
      int getLine()  
      java.lang.StackTraceElement getSTEntryPoint()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • stack

        public java.lang.Throwable stack
    • Constructor Detail

      • ConstructionEvent

        public ConstructionEvent()
    • Method Detail

      • getFileName

        public java.lang.String getFileName()
      • getLine

        public int getLine()
      • getSTEntryPoint

        public java.lang.StackTraceElement getSTEntryPoint()