Class GetterSection

  • All Implemented Interfaces:
    CodeSection

    public final class GetterSection
    extends java.lang.Object
    implements CodeSection
    Contains a getter method.
    • Method Summary

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

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

      • GetterSection

        public GetterSection​(Shape shape)
    • Method Detail

      • shape

        public Shape shape()
        Shape that this getter returns a Java object for.