接口的使用
org.antlr.tool.ANTLRErrorListener
-
使用ANTLRErrorListener的程序包 程序包 说明 org.antlr.mojo.antlr3 org.antlr.tool -
-
org.antlr.mojo.antlr3中ANTLRErrorListener的使用
实现ANTLRErrorListener的org.antlr.mojo.antlr3中的类 修饰符和类型 类 说明 class
Antlr3ErrorLog
The Maven plexus container gives us a Log logging provider which we can use to install an error listener for the ANTLR tool to report errors by. -
org.antlr.tool中ANTLRErrorListener的使用
返回ANTLRErrorListener的org.antlr.tool中的方法 修饰符和类型 方法 说明 static ANTLRErrorListener
ErrorManager. getErrorListener()
参数类型为ANTLRErrorListener的org.antlr.tool中的方法 修饰符和类型 方法 说明 static void
ErrorManager. setErrorListener(ANTLRErrorListener listener)
In general, you'll want all errors to go to a single spot.
-