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

com.almondtools.rexlex.Token Maven / Gradle / Ivy

Go to download

Regular expression matchers, searcher, lexers based on deterministic finite automata

The newest version!
package com.almondtools.rexlex;


public interface Token {

	String getLiteral();
	TokenType getType();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy