ai.vespa.schemals.parser.ast.MAX_TOKEN_LENGTH Maven / Gradle / Ivy
/* Generated by: CongoCC Parser Generator. Do not edit.
* Generated Code for MAX_TOKEN_LENGTH 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 MAX_TOKEN_LENGTH extends Token {
public MAX_TOKEN_LENGTH(TokenType type, SchemaParserLexer tokenSource, int beginOffset, int endOffset) {
super(type, tokenSource, beginOffset, endOffset);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy