org.unlaxer.jaddress.parser.IntermediateResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of japanese-address-parser Show documentation
Show all versions of japanese-address-parser Show documentation
a simplejapanese address parser
The newest version!
package org.unlaxer.jaddress.parser;
public interface IntermediateResult extends
// 建物階層Holder ,
建物名Holder ,
郵便番号辞書Holder ,
丁目階層結果Holder ,
建物階層結果Holder {
// PartialParsingResultHolder ,
// ResolverResultsHolder {
public static IntermediateResult create() {
return new IntermediateResultImpl();
}
public void setHas建物以降(boolean has建物以降);
public boolean has建物以降();
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy