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

net.sourceforge.pmd.lang.plsql.ast.ASTVariableName Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
/* Generated By:JJTree: Do not edit this line. ASTVariableName.java Version 4.3 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package net.sourceforge.pmd.lang.plsql.ast;

public
class ASTVariableName extends AbstractPLSQLNode {
  ASTVariableName(int id) {
    super(id);
  }

  


  
  @Override protected  R acceptPlsqlVisitor(PlsqlVisitor visitor, P data) {
    return visitor.visit(this, data);
  }
}
/* JavaCC - OriginalChecksum=8fb894c2aeb954cce6dcd9910cc81a2d (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy