Class JavaDocSection

  • All Implemented Interfaces:
    CodeSection

    public final class JavaDocSection
    extends java.lang.Object
    implements CodeSection
    Contains a Java doc section attached to a class or method.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Shape shape()
      Shape that the class the Javadoc is added to represents.
      • Methods inherited from class java.lang.Object

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

      • JavaDocSection

        public JavaDocSection​(Shape shape)
    • Method Detail

      • shape

        public Shape shape()
        Shape that the class the Javadoc is added to represents.