Class JavaMemberDocs

java.lang.Object
uno.anahata.ai.nb.model.java2.JavaTypeDocs
uno.anahata.ai.nb.model.java2.JavaMemberDocs

public class JavaMemberDocs extends JavaTypeDocs
A rich result object that represents the outcome of a Javadoc retrieval operation for a JavaMember. It extends JavaTypeDocs to maintain consistency in the polymorphic API.
  • Constructor Details

    • JavaMemberDocs

      public JavaMemberDocs(JavaMember member) throws Exception
      Constructs a new JavaMemberDocs and attempts to retrieve the Javadoc for the given JavaMember.
      Parameters:
      member - the member to retrieve Javadoc for.
      Throws:
      Exception - if the Javadoc cannot be retrieved.
  • Method Details