All Downloads are FREE. Search and download functionalities are using the official Maven repository.

persistence.antlr.debug.InputBufferAdapter Maven / Gradle / Ivy

There is a newer version: 2.1-60f
Show newest version
package persistence.antlr.debug;

/** A dummy implementation of a CharBufferListener -- this class is not
  * meant to be used by itself -- it's meant to be subclassed */
public abstract class InputBufferAdapter implements InputBufferListener {


	public void doneParsing(TraceEvent e) {
	}
/**
 * charConsumed method comment.
 */
public void inputBufferConsume(InputBufferEvent e) {
}
/**
 * charLA method comment.
 */
public void inputBufferLA(InputBufferEvent e) {
}
	public void inputBufferMark(InputBufferEvent e) {}
	public void inputBufferRewind(InputBufferEvent e) {}
	public void refresh() {
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy