net.sourceforge.pmd.lang.ast.Node
ASTModifierNode
public interface AccessNode extends net.sourceforge.pmd.lang.ast.Node
Modifier and Type | Field | Description |
---|---|---|
static int |
ABSTRACT |
|
static int |
FINAL |
|
static int |
PRIVATE |
|
static int |
PROTECTED |
|
static int |
PUBLIC |
|
static int |
STATIC |
|
static int |
TRANSIENT |
Modifier and Type | Method | Description |
---|---|---|
int |
getModifiers() |
|
boolean |
isAbstract() |
|
boolean |
isFinal() |
|
boolean |
isPrivate() |
|
boolean |
isProtected() |
|
boolean |
isPublic() |
|
boolean |
isStatic() |
|
boolean |
isTransient() |
findChildNodesWithXPath, 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, setUserData
static final int PUBLIC
static final int PRIVATE
static final int PROTECTED
static final int STATIC
static final int FINAL
static final int TRANSIENT
static final int ABSTRACT
Copyright © 2002–2018 PMD. All rights reserved.