Package org.antlr.stringtemplate
Interface StringTemplateErrorListener
-
public interface StringTemplateErrorListener
Lets you specify where errors, warnings go. Warning: debug is useful at the moment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
error(java.lang.String msg, java.lang.Throwable e)
void
warning(java.lang.String msg)
-