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