net.sourceforge.pmd.lang.ast.Node
, net.sourceforge.pmd.lang.ast.QualifiableNode
ASTAnyTypeDeclaration
, ASTMethodOrConstructorDeclaration
ASTAnnotationTypeDeclaration
, ASTClassOrInterfaceDeclaration
, ASTConstructorDeclaration
, ASTEnumDeclaration
, ASTMethodDeclaration
public interface JavaQualifiableNode extends net.sourceforge.pmd.lang.ast.QualifiableNode
Modifier and Type | Method | Description |
---|---|---|
JavaQualifiedName |
getQualifiedName() |
Returns a qualified name for this node.
|
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
JavaQualifiedName getQualifiedName()
getQualifiedName
in interface net.sourceforge.pmd.lang.ast.QualifiableNode
Copyright © 2002–2018 PMD. All rights reserved.