Schnittstelle InterTypeMethodDeclaration

Alle Superschnittstellen:
InterTypeDeclaration
Alle bekannten Implementierungsklassen:
InterTypeMethodDeclarationImpl

public interface InterTypeMethodDeclaration extends InterTypeDeclaration
Represents an inter-type method declaration member within an aspect.
  • Methodendetails

    • getName

      String getName()
      Gibt zurück:
      the name of this method
    • getReturnType

      AjType<?> getReturnType()
      Gibt zurück:
      the method return type
    • getGenericReturnType

      Type getGenericReturnType()
      Gibt zurück:
      the generic return type
    • getParameterTypes

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

      Type[] getGenericParameterTypes()
      Gibt zurück:
      the generic method parameters
    • getTypeParameters

      TypeVariable<Method>[] getTypeParameters()
      Gibt zurück:
      the type variables declared by this method
    • getExceptionTypes

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