Interface MemberCompletion.Data

    • Method Detail

      • getEnclosingClassName

        java.lang.String getEnclosingClassName​(boolean fullyQualified)
        Returns the name of the enclosing class.
        Parameters:
        fullyQualified - Whether the name returned should be fully qualified.
        Returns:
        The class name.
      • getSummary

        java.lang.String getSummary()
        Returns the summary description (should be HTML) for this member.
        Returns:
        The summary description, or null if there is none.
        See Also:
        Completion.getSummary()
      • getType

        java.lang.String getType()
        Returns the type of this member (the return type for methods).
        Returns:
        The type of this member.
        See Also:
        MemberCompletion.getType()
      • isConstructor

        boolean isConstructor()
        Returns whether this member is a constructor.
        Returns:
        Whether this member is a constructor.