public abstract class AbstractJavaAccessNode extends AbstractJavaNode implements AccessNode
parser
beginColumn, beginLine, childIndex, children, endColumn, endLine, id, parent
Constructor and Description |
---|
AbstractJavaAccessNode(int i) |
AbstractJavaAccessNode(JavaParser parser,
int i) |
Modifier and Type | Method and Description |
---|---|
int |
getModifiers() |
boolean |
isAbstract() |
boolean |
isDefault() |
boolean |
isFinal() |
boolean |
isNative() |
boolean |
isPackagePrivate() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isStrictfp() |
boolean |
isSynchronized() |
boolean |
isTransient() |
boolean |
isVolatile() |
void |
setAbstract(boolean isAbstract) |
void |
setDefault(boolean isDefault) |
void |
setFinal(boolean isFinal) |
void |
setModifiers(int modifiers) |
void |
setNative(boolean isNative) |
void |
setPrivate(boolean isPrivate) |
void |
setProtected(boolean isProtected) |
void |
setPublic(boolean isPublic) |
void |
setStatic(boolean isStatic) |
void |
setStrictfp(boolean isStrictfp) |
void |
setSynchronized(boolean isSynchronized) |
void |
setTransient(boolean isTransient) |
void |
setVolatile(boolean isVolative) |
childrenAccept, comment, comment, getScope, jjtAccept, jjtClose, jjtOpen, setScope, toString
appendElement, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDecendantOfAnyType, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, isSingleLine, jjtAddChild, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtSetChildIndex, jjtSetParent, setDataFlowNode, setImage, setUserData, testingOnly__setBeginColumn, testingOnly__setBeginLine, testingOnly__setEndColumn, testingOnly__setEndLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, setDataFlowNode, setImage, setUserData
public AbstractJavaAccessNode(int i)
public AbstractJavaAccessNode(JavaParser parser, int i)
public int getModifiers()
getModifiers
in interface AccessNode
public void setModifiers(int modifiers)
setModifiers
in interface AccessNode
public boolean isPublic()
isPublic
in interface AccessNode
public void setPublic(boolean isPublic)
setPublic
in interface AccessNode
public boolean isProtected()
isProtected
in interface AccessNode
public void setProtected(boolean isProtected)
setProtected
in interface AccessNode
public boolean isPrivate()
isPrivate
in interface AccessNode
public void setPrivate(boolean isPrivate)
setPrivate
in interface AccessNode
public boolean isAbstract()
isAbstract
in interface AccessNode
public void setAbstract(boolean isAbstract)
setAbstract
in interface AccessNode
public boolean isStatic()
isStatic
in interface AccessNode
public void setStatic(boolean isStatic)
setStatic
in interface AccessNode
public boolean isFinal()
isFinal
in interface AccessNode
public void setFinal(boolean isFinal)
setFinal
in interface AccessNode
public boolean isSynchronized()
isSynchronized
in interface AccessNode
public void setSynchronized(boolean isSynchronized)
setSynchronized
in interface AccessNode
public boolean isNative()
isNative
in interface AccessNode
public void setNative(boolean isNative)
setNative
in interface AccessNode
public boolean isTransient()
isTransient
in interface AccessNode
public void setTransient(boolean isTransient)
setTransient
in interface AccessNode
public boolean isVolatile()
isVolatile
in interface AccessNode
public void setVolatile(boolean isVolative)
setVolatile
in interface AccessNode
public boolean isStrictfp()
isStrictfp
in interface AccessNode
public void setStrictfp(boolean isStrictfp)
setStrictfp
in interface AccessNode
public boolean isDefault()
isDefault
in interface AccessNode
public void setDefault(boolean isDefault)
setDefault
in interface AccessNode
public boolean isPackagePrivate()
isPackagePrivate
in interface AccessNode
Copyright © 2002-2015 InfoEther. All Rights Reserved.