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

org.unlaxer.jaddress.parser.ParsingStateHolder Maven / Gradle / Ivy

The newest version!
package org.unlaxer.jaddress.parser;

public interface ParsingStateHolder{
	
	public void set(ParsingState parsingState);
	public ParsingState parsingState();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy