Interface ExecutableCode
-
- All Superinterfaces:
Node
- All Known Implementing Classes:
ASTMethodDeclaration
,ASTProgramUnit
,ASTTriggerTimingPointSection
,ASTTriggerUnit
,ASTTypeMethod
public interface ExecutableCode extends Node
Methods required to be considered as an executable piece of code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMethodName()
Gets the name of the executable: named thus to matchASTMethodDeclaration
.-
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node
children, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getChild, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getImage, getIndexInParent, getNthParent, getNumChildren, getParent, 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
-
getMethodName
String getMethodName()
Gets the name of the executable: named thus to matchASTMethodDeclaration
.- Returns:
- a String representing the name of the method
-
-