net.sourceforge.pmd.lang.modelica.ast.ASTAnnotation Maven / Gradle / Ivy
The newest version!
/* Generated By:JJTree: Do not edit this line. ASTAnnotation.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=false */
package net.sourceforge.pmd.lang.modelica.ast;
public class ASTAnnotation extends AbstractModelicaNode {
ASTAnnotation(int id) {
super(id);
}
@Override protected R acceptModelicaVisitor(ModelicaVisitor super P, ? extends R> visitor, P data) {
return visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=1527bfe38b7a6e1350ed83d13cbf06f6 (do not edit this line) */