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

com.gs.obevo.db.sqlparser.syntaxparser.ASTColumnName Maven / Gradle / Ivy

/* Generated By:JJTree: Do not edit this line. ASTColumnName.java Version 4.3 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=true,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=*,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package com.gs.obevo.db.sqlparser.syntaxparser;

public
class ASTColumnName extends SimpleNode {
  public ASTColumnName(int id) {
    super(id);
  }

  public ASTColumnName(SqlParser p, int id) {
    super(p, id);
  }

  public static Node jjtCreate(int id) {
    return new ASTColumnName(id);
  }

  public static Node jjtCreate(SqlParser p, int id) {
    return new ASTColumnName(p, id);
  }

  /** Accept the visitor. **/
  public Object jjtAccept(SqlParserVisitor visitor, Object data) {
    return visitor.visit(this, data);
  }
}
/* JavaCC - OriginalChecksum=64b8e472e167364334a764528ca5a6c7 (do not edit this line) */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy