org.antlr.stringtemplate
Interface StringTemplateErrorListener


public interface StringTemplateErrorListener

Lets you specify where errors, warnings go. Warning: debug is useful at the moment.


Method Summary
 void debug(java.lang.String msg)
          Deprecated. 2.2
 void error(java.lang.String msg, java.lang.Throwable e)
           
 void warning(java.lang.String msg)
           
 

Method Detail

error

void error(java.lang.String msg,
           java.lang.Throwable e)

warning

void warning(java.lang.String msg)

debug

void debug(java.lang.String msg)
Deprecated. 2.2

I've taken out debug mode, but am leaving this here so as to avoid breaking user code.



Copyright ? 2006-2008 Terence Parr