Package org.antlr.stringtemplate
Interface StringTemplateErrorListener
-
public interface StringTemplateErrorListenerLets 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 voiderror(java.lang.String msg, java.lang.Throwable e)voidwarning(java.lang.String msg)
-