Interface ModifierReviewable.OfByteCodeElement

    • Method Detail

      • isPublic

        boolean isPublic()
        Specifies if the modifier described by this object is public.
        Returns:
        true if the modifier described by this object is public.
      • isProtected

        boolean isProtected()
        Specifies if the modifier described by this object is protected.
        Returns:
        true if the modifier described by this object is protected.
      • isPackagePrivate

        boolean isPackagePrivate()
        Specifies if the modifier described by this object is package private.
        Returns:
        true if the modifier described by this object is package private.
      • isPrivate

        boolean isPrivate()
        Specifies if the modifier described by this object is private.
        Returns:
        true if the modifier described by this object is private.
      • isStatic

        boolean isStatic()
        Specifies if the modifier described by this object is static.
        Returns:
        true if the modifier described by this object is static.
      • isDeprecated

        boolean isDeprecated()
        Specifies if the modifier described by this object represents the deprecated flag.
        Returns:
        true if the modifier described by this object represents the deprecated flag.
      • getOwnership

        Ownership getOwnership()
        Return's this byte code element's ownership.
        Returns:
        This byte code element's ownership.
      • getVisibility

        Visibility getVisibility()
        Returns this byte code element's visibility.
        Returns:
        This byte code element's visibility.