public interface ANTLRErrorListener
Modifier and Type | Method and Description |
---|---|
void |
error(Message msg) |
void |
error(ToolMessage msg) |
void |
info(String msg) |
void |
warning(Message msg) |
void info(String msg)
void error(Message msg)
void warning(Message msg)
void error(ToolMessage msg)
Copyright © 1992–2015 ANTLR. All rights reserved.