1 package antlr.debug; 2 3 5 public abstract class InputBufferAdapter implements InputBufferListener { 6 7 8 public void doneParsing(TraceEvent e) { 9 } 10 13 public void inputBufferConsume(InputBufferEvent e) { 14 } 15 18 public void inputBufferLA(InputBufferEvent e) { 19 } 20 public void inputBufferMark(InputBufferEvent e) {} 21 public void inputBufferRewind(InputBufferEvent e) {} 22 public void refresh() { 23 } 24 } | Popular Tags |