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

org.projectnessie.nessie.cli.grammar.ast.SingleLineComment Maven / Gradle / Ivy

/* Generated by: CongoCC Parser Generator. Do not edit.
* Generated Code for SingleLineComment Token subclass
* by the ASTToken.java.ftl template
*/
package org.projectnessie.nessie.cli.grammar.ast;

import org.projectnessie.nessie.cli.grammar.*;
import static org.projectnessie.nessie.cli.grammar.Token.TokenType.*;


public class SingleLineComment extends Token {

    public SingleLineComment(TokenType type, NessieCliLexer tokenSource, int beginOffset, int endOffset) {
        super(type, tokenSource, beginOffset, endOffset);
    }

}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy