org.stringtemplate.v4.debug
Class ConstructionEvent

java.lang.Object
  extended by org.stringtemplate.v4.debug.ConstructionEvent
Direct Known Subclasses:
AddAttributeEvent

public class ConstructionEvent
extends Object

An event that happens when building ST trees, adding attributes etc...


Field Summary
 Throwable stack
           
 
Constructor Summary
ConstructionEvent()
           
 
Method Summary
 String getFileName()
           
 int getLine()
           
 StackTraceElement getSTEntryPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stack

public Throwable stack
Constructor Detail

ConstructionEvent

public ConstructionEvent()
Method Detail

getFileName

public String getFileName()

getLine

public int getLine()

getSTEntryPoint

public StackTraceElement getSTEntryPoint()


Copyright © 2011. All Rights Reserved.