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

com.aegisql.java_path.parser.ASTpathElement Maven / Gradle / Ivy

There is a newer version: 0.2.3
Show newest version
/* Generated by: JJTree: Do not edit this line. ASTpathElement.java Version 1.1 */
/* ParserGeneratorCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package com.aegisql.java_path.parser;

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

  public ASTpathElement(CCJavaPathParser p, int id) {
    super(p, id);
  }


  /** Accept the visitor. **/
  public Object jjtAccept(CCJavaPathParserVisitor visitor, Object data) {
    return
    visitor.visit(this, data);
  }
}
/* ParserGeneratorCC - OriginalChecksum=21350ae1dcd47a2d6909090156c5fe47 (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy