ParserTokenListener.java
上传用户:afrynkmhm
上传日期:2007-01-06
资源大小:1262k
文件大小:0k
源码类别:

编译器/解释器

开发平台:

Others

  1. package antlr.debug;
  2. public interface ParserTokenListener extends ListenerBase {
  3. public void parserConsume(ParserTokenEvent e);
  4. public void parserLA(ParserTokenEvent e);
  5. }