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

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

The newest version!
/**
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
 */

package net.sourceforge.pmd.lang.modelica.ast;

/**
 * Public API for class defining AST nodes.
 */
public interface ModelicaClassSpecifierNode extends ModelicaNode {
    String getSimpleClassName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy