JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
org.antlr.stringtemplate
StringTemplateErrorListener
Contents
Description
Method Summary
Method Details
error(String, Throwable)
warning(String)
Hide sidebar
Show sidebar
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
(
String
msg,
Throwable
e)
void
warning
(
String
msg)
Method Details
error
void
error
(
String
msg,
Throwable
e)
warning
void
warning
(
String
msg)