public interface IJavaFieldAccess extends IFieldAccess
Modifier and Type | Interface and Description |
---|---|
static interface |
IJavaFieldAccess.IVisitor |
INamedElementAccess.INamedElementAccessVisitor
Modifier and Type | Method and Description |
---|---|
java.util.List<IAnnotationAccess> |
getAnnotations() |
IJavaTypeAccess |
getParent()
Provides access to the parent.
|
boolean |
isDeprecated() |
boolean |
isFinal() |
boolean |
isGeneric() |
boolean |
isPackagePrivate() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isTransient() |
boolean |
isVolatile() |
addDependencyTo, getDirectory, getIncomingDependencies, getIncomingDependencies, getLineNumber, getModule, getModuleNamespace, getOutgoingDependencies, getOutgoingDependencies, getOutgoingDependencies, getReferencedElements, getReferencedElements, getReferencedElements, getReferencingElements, getReferencingElements, getRootDirectory, getSourceFile, getSystemNamespace, isDefinedInEnclosingElement
accept, getChildren, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursively
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
IJavaTypeAccess getParent()
INamedElementAccess
getParent
in interface INamedElementAccess
boolean isGeneric()
boolean isTransient()
boolean isVolatile()
boolean isDeprecated()
boolean isPackagePrivate()
boolean isProtected()
boolean isPrivate()
boolean isPublic()
boolean isFinal()
boolean isStatic()
java.util.List<IAnnotationAccess> getAnnotations()