![JAR search and dependency download from the Maven repository](/logo.png)
com.zarbosoft.pidgoon.events.MatchingEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pidgoon Show documentation
Show all versions of pidgoon Show documentation
A GLR-like parser generator
The newest version!
package com.zarbosoft.pidgoon.events;
public interface MatchingEvent extends Event {
default boolean matches(final MatchingEvent event) {
return getClass() == event.getClass();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy