Class JMethod

  • All Implemented Interfaces:
    IJMethod

    public class JMethod
    extends Object
    implements IJMethod
    Class representing a Java method. This is a data class. Since methods are not a compilation unit, they do not inherit GeneratedFile. A JMethod without name should be handled as a constructor. TODO: Change class to @Data ?
    • Constructor Detail

      • JMethod

        public JMethod()