ai.vespa.schemals.parser.grouping.ast.NEGINF Maven / Gradle / Ivy
/* Generated by: CongoCC Parser Generator. Do not edit.
* Generated Code for NEGINF Token subclass
* by the ASTToken.java.ftl template
*/
package ai.vespa.schemals.parser.grouping.ast;
import ai.vespa.schemals.parser.grouping.*;
import static ai.vespa.schemals.parser.grouping.Token.TokenType.*;
public class NEGINF extends Token {
public NEGINF(TokenType type, GroupingParserLexer tokenSource, int beginOffset, int endOffset) {
super(type, tokenSource, beginOffset, endOffset);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy