net.sourceforge.pmd.lang.ast.Node
ASTMethodDeclaration
, ASTProgramUnit
, ASTTriggerTimingPointSection
, ASTTriggerUnit
, ASTTypeMethod
public interface ExecutableCode extends net.sourceforge.pmd.lang.ast.Node
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getMethodName() |
Gets the name of the executable: named thus to match
ASTMethodDeclaration . |
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, getXPathNodeName, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserData
java.lang.String getMethodName()
ASTMethodDeclaration
.Copyright © 2002–2018 PMD. All rights reserved.