AccessNode, JavaNode, JavaQualifiableNode, MethodLikeNode, net.sourceforge.pmd.lang.ast.Node, net.sourceforge.pmd.lang.ast.QualifiableNode, net.sourceforge.pmd.lang.symboltable.ScopedNode, net.sourceforge.pmd.lang.ast.SignedNode<ASTMethodOrConstructorDeclaration>AbstractMethodOrConstructorDeclaration, ASTConstructorDeclaration, ASTMethodDeclarationpublic interface ASTMethodOrConstructorDeclaration extends MethodLikeNode, net.sourceforge.pmd.lang.ast.SignedNode<ASTMethodOrConstructorDeclaration>
MethodLikeNodeMethodLikeNode.MethodLikeKind| Modifier and Type | Method | Description |
|---|---|---|
JavaOperationSignature |
getSignature() |
getModifiers, isAbstract, isDefault, isFinal, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setAbstract, setDefault, setFinal, setModifiers, setNative, setPrivate, setProtected, setPublic, setStatic, setStrictfp, setSynchronized, setTransient, setVolatilechildrenAccept, getScope, jjtAccept, setScopegetKind, getQualifiedNamefindChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, getXPathNodeName, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserDataJavaOperationSignature getSignature()
getSignature in interface net.sourceforge.pmd.lang.ast.SignedNode<ASTMethodOrConstructorDeclaration>Copyright © 2002–2018 PMD. All rights reserved.