01: package antlr.debug; 02: 03: /** 04: * This type was created in VisualAge. 05: */ 06: public interface DebuggingParser { 07: 08: public String getRuleName(int n); 09: 10: public String getSemPredName(int n); 11: }