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

prompto.grammar.Specificity Maven / Gradle / Ivy

The newest version!
package prompto.grammar;

public enum Specificity {
	INCOMPATIBLE,
	INHERITED,
	EXACT,
	DERIVED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy