Interface ConstructorCreator

All Superinterfaces:
AnnotatableCreator, BodyCreator, ExecutableCreator, InstanceBodyCreator, InstanceExecutableCreator, MemberCreator, MethodTyped, ModifiableCreator, Typed, TypeParameterizedCreator

public sealed interface ConstructorCreator extends InstanceExecutableCreator, MemberCreator
A creator for an instance constructor.
  • Method Details

    • desc

      Returns the descriptor of the constructor (not null).
      Specified by:
      desc in interface MemberCreator
      Returns:
      the descriptor of the constructor (not null)
    • name

      default String name()
      Description copied from interface: MemberCreator
      Returns the member name.
      Specified by:
      name in interface MemberCreator
      Returns:
      the member name