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

javacc-7.0.1.src.main.generated-sources.org.javacc.jjtree.ASTREChoice Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version
/* Generated By:JJTree: Do not edit this line. ASTREChoice.java Version 4.1 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY= */
package org.javacc.jjtree;

public class ASTREChoice extends JJTreeNode{
  public ASTREChoice(int id) {
    super(id);
  }

  public ASTREChoice(JJTreeParser p, int id) {
    super(p, id);
  }


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy