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

ai.vespa.schemals.parser.ast.ENABLE_BIT_VECTORS 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 ENABLE_BIT_VECTORS 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 ENABLE_BIT_VECTORS extends Token {

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

}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy