Interface AnnotatedDescriptor

    • Method Detail

      • getName

        String getName()
        Return the name of the descriptor.
        Returns:
        the name of the descriptor (never null)
      • getFullName

        String getFullName()
        Return the full name of the descriptor.
        Returns:
        the name of the descriptor (never null)
      • getFileDescriptor

        FileDescriptor getFileDescriptor()
        Return the containing files's descriptor
        Returns:
        the containing files's descriptor (never null)
      • getDocumentation

        String getDocumentation()
        Return the documentation text associated with this descriptor.
        Returns:
        the documentation text or null if not present