Schnittstelle InitializerSignature

Alle Superschnittstellen:
CodeSignature, MemberSignature, Signature

public interface InitializerSignature extends CodeSignature
Signature for static and instance initializers. Static initializers have no parameters or exceptions, so empty arrays are returned from the CodeSignature methods.
  • Methodendetails

    • getInitializer

      Constructor getInitializer()
      Gibt zurück:
      Constructor associated with this initializer, or null in the case of interface initializers and static initializers.