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