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

ai.vespa.schemals.parser.indexinglanguage.ast.OPTIMIZE_PREDICATE 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 OPTIMIZE_PREDICATE Token subclass
* by the ASTToken.java.ftl template
*/
package ai.vespa.schemals.parser.indexinglanguage.ast;

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


public class OPTIMIZE_PREDICATE extends Token {

    public OPTIMIZE_PREDICATE(TokenType type, IndexingParserLexer tokenSource, int beginOffset, int endOffset) {
        super(type, tokenSource, beginOffset, endOffset);
    }

}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy