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