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

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

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

public class SyntacticPredicateEvent extends GuessingEvent {


	public SyntacticPredicateEvent(Object source) {
		super(source);
	}
	public SyntacticPredicateEvent(Object source, int type) {
		super(source, type);
	}
	/** This should NOT be called from anyone other than ParserEventSupport! */
	void setValues(int type, int guessing) {
		super.setValues(type, guessing);
	}
	public String toString() {
		return "SyntacticPredicateEvent [" + getGuessing() + "]";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy