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

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

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

public class PhraseAndStrings {
	
	final Phrase phrase;
	final StringAndCharacterKinds stringAndCharacterKinds;
	
	public PhraseAndStrings(Phrase phrase, StringAndCharacterKinds stringAndCharacterKinds) {
		super();
		this.phrase = phrase;
		this.stringAndCharacterKinds = stringAndCharacterKinds;
	}
	public Phrase phrase() {
		return phrase;
	}
	public StringAndCharacterKinds stringAndCharacterKinds() {
		return stringAndCharacterKinds;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy