com.aegisql.java_path.parser.ASTpathElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-path Show documentation
Show all versions of java-path Show documentation
Deep access to Java object hierarchy
/* 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) */