Interface IJavaFieldAccess

All Superinterfaces:
IElementAccess, IFieldAccess, INamedElementAccess, IProgrammingElementAccess

public interface IJavaFieldAccess extends IFieldAccess
  • Method Details

    • getParent

      IJavaTypeAccess getParent()
      Description copied from interface: INamedElementAccess
      Provides access to the parent.
      Specified by:
      getParent in interface INamedElementAccess
      Returns:
      the parent or 'null' if there is no parent.
    • isGeneric

      boolean isGeneric()
    • isTransient

      boolean isTransient()
    • isVolatile

      boolean isVolatile()
    • isDeprecated

      boolean isDeprecated()
    • isPackagePrivate

      boolean isPackagePrivate()
    • isProtected

      boolean isProtected()
    • isPrivate

      boolean isPrivate()
    • isPublic

      boolean isPublic()
    • isFinal

      boolean isFinal()
    • isStatic

      boolean isStatic()
    • getAnnotations

      List<IAnnotationAccess> getAnnotations()