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

ai.vespa.schemals.parser.SubLanguageData Maven / Gradle / Ivy

There is a newer version: 8.441.21
Show newest version
package ai.vespa.schemals.parser;

/**
 * SubLanguageData represents another language embedded in schema language.
 * It store the content to parse in another parser and the number of stripped chars in front.
 */
public record SubLanguageData(String content, int leadingStripped) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy