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

net.sourceforge.pmd.lang.modelica.ast.ASTConstrainingClause Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
/* Generated By:JJTree: Do not edit this line. ASTConstrainingClause.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 ASTConstrainingClause extends AbstractModelicaNode {
  ASTConstrainingClause(int id) {
    super(id);
  }

  


  
  @Override protected  R acceptModelicaVisitor(ModelicaVisitor visitor, P data) {
    return visitor.visit(this, data);
  }
}
/* JavaCC - OriginalChecksum=6a8af6d6aba936bb552ef1f24d4220bc (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy