Interface IField

All Superinterfaces:
IClassHierarchyDweller, IMember
All Known Implementing Classes:
ArrayContents, AstDynamicField, AstField, DexIField, FieldImpl, JavaSourceLoaderImpl.JavaField

public interface IField extends IMember
  • Method Details Link icon

    • getFieldTypeReference Link icon

      TypeReference getFieldTypeReference()
      Returns:
      the canonical TypeReference of the declared type of the field
    • getReference Link icon

      FieldReference getReference()
      Returns:
      canonical FieldReference representing this field
    • isFinal Link icon

      boolean isFinal()
      Is this field final?
    • isPrivate Link icon

      boolean isPrivate()
    • isProtected Link icon

      boolean isProtected()
    • isPublic Link icon

      boolean isPublic()
    • isStatic Link icon

      boolean isStatic()
      Description copied from interface: IMember
      Is this member static?
      Specified by:
      isStatic in interface IMember
    • isVolatile Link icon

      boolean isVolatile()
      Is this member volatile?