ai.vespa.schemals.parser.SubLanguageData Maven / Gradle / Ivy
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