Class GetJavaDoc


  • public class GetJavaDoc
    extends java.lang.Object
    Gets the JavaDoc for an IMember using parts of the internal Eclipse class JavadocHover.
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      GetJavaDoc() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.lang.StringgetJavaDoc​(org.eclipse.jdt.core.IMember member, int width, boolean addValidateSize)
      Gets the JavaDoc for a member.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetJavaDoc

        public GetJavaDoc()
    • Method Detail

      • getJavaDoc

        public static java.lang.String getJavaDoc​(org.eclipse.jdt.core.IMember member,
                                                  int width,
                                                  boolean addValidateSize)
        Gets the JavaDoc for a member.
        Parameters:
        member - The member.
        Returns:
        The JavaDoc HTML string.