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