Schnittstelle InterTypeConstructorDeclaration

Alle Superschnittstellen:
InterTypeDeclaration
Alle bekannten Implementierungsklassen:
InterTypeConstructorDeclarationImpl

public interface InterTypeConstructorDeclaration extends InterTypeDeclaration
Runtime representation of an inter-type constructor member declared within an aspect.
  • Methodendetails

    • getParameterTypes

      AjType<?>[] getParameterTypes()
      Gibt zurück:
      the constructor parameters
    • getGenericParameterTypes

      Type[] getGenericParameterTypes()
      Gibt zurück:
      the generic constructor parameters
    • getExceptionTypes

      AjType<?>[] getExceptionTypes()
      Gibt zurück:
      the declared exceptions thrown by this constructor