Class ClassSection

  • All Implemented Interfaces:
    CodeSection

    public final class ClassSection
    extends java.lang.Object
    implements CodeSection
    Contains a Java class defining a trait or nested shape.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassSection​(Shape shape)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Shape shape()
      Shape that this Java class represents.
      • Methods inherited from class java.lang.Object

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

      • ClassSection

        public ClassSection​(Shape shape)
    • Method Detail

      • shape

        public Shape shape()
        Shape that this Java class represents.