Interface ModelicaClassSpecifierNode
-
- All Superinterfaces:
ModelicaNode
,Node
- All Known Implementing Classes:
ASTDerClassSpecifier
,ASTEnumerationShortClassSpecifier
,ASTExtendingLongClassSpecifier
,ASTSimpleLongClassSpecifier
,ASTSimpleShortClassSpecifier
public interface ModelicaClassSpecifierNode extends ModelicaNode
Public API for class defining AST nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSimpleClassName()
-
Methods inherited from interface net.sourceforge.pmd.lang.modelica.ast.ModelicaNode
children, getChild, getContainingScope, getMostSpecificScope, getParent, jjtAccept
-
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getImage, getIndexInParent, getNthParent, getNumChildren, getParentsOfType, getUserData, getUserMap, getXPathAttributesIterator, getXPathNodeName, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserData
-
-
-
-
Method Detail
-
getSimpleClassName
String getSimpleClassName()
-
-