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

net.sourceforge.pmd.lang.vm.ast.ASTFalse Maven / Gradle / Ivy

There is a newer version: 7.0.0-rc4
Show newest version
/* Generated By:JJTree: Do not edit this line. ASTFalse.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 net.sourceforge.pmd.lang.vm.ast;

public
class ASTFalse extends net.sourceforge.pmd.lang.vm.ast.AbstractVmNode {
  public ASTFalse(int id) {
    super(id);
  }

  public ASTFalse(VmParser p, int id) {
    super(p, id);
  }


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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy