Schnittstelle InterTypeDeclaration

Alle bekannten Unterschnittstellen:
InterTypeConstructorDeclaration, InterTypeFieldDeclaration, InterTypeMethodDeclaration
Alle bekannten Implementierungsklassen:
InterTypeConstructorDeclarationImpl, InterTypeDeclarationImpl, InterTypeFieldDeclarationImpl, InterTypeMethodDeclarationImpl

public interface InterTypeDeclaration
Represents an inter-type method, field, or constructor declared in an aspect.
  • Methodendetails

    • getDeclaringType

      AjType<?> getDeclaringType()
      Gibt zurück:
      the declaring aspect
    • getTargetType

      AjType<?> getTargetType() throws ClassNotFoundException
      Gibt zurück:
      the target type of this ITD
      Löst aus:
      ClassNotFoundException - if the type cannot be found
    • getModifiers

      int getModifiers()
      Gibt zurück:
      member modifiers, can be interpreted using java.lang.reflect.Modifier