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, isDefinedInEnclosingElementaccept, getChildren, getIncomingDependenciesRecursively, getIncomingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getOutgoingDependenciesRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencedElementsRecursively, getReferencingElementsRecursively, getReferencingElementsRecursivelygetName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternalIJavaTypeAccess getParent()
INamedElementAccessgetParent in interface INamedElementAccessboolean isGeneric()
boolean isTransient()
boolean isVolatile()
boolean isDeprecated()
boolean isPackagePrivate()
boolean isProtected()
boolean isPrivate()
boolean isPublic()
boolean isFinal()
boolean isStatic()
java.util.List<IAnnotationAccess> getAnnotations()