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

ai.vespa.schemals.parser.ast.DOCUMENT_SUMMARY Maven / Gradle / Ivy

There is a newer version: 8.441.21
Show newest version
/* Generated by: CongoCC Parser Generator. Do not edit.
* Generated Code for DOCUMENT_SUMMARY Token subclass
* by the ASTToken.java.ftl template
*/
package ai.vespa.schemals.parser.ast;

import ai.vespa.schemals.parser.*;
import static ai.vespa.schemals.parser.Token.TokenType.*;


public class DOCUMENT_SUMMARY extends Token {

    public DOCUMENT_SUMMARY(TokenType type, SchemaParserLexer tokenSource, int beginOffset, int endOffset) {
        super(type, tokenSource, beginOffset, endOffset);
    }

}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy