Schnittstelle DeclareErrorOrWarning

Alle bekannten Implementierungsklassen:
DeclareErrorOrWarningImpl

public interface DeclareErrorOrWarning
AspectJ runtime representation of a declare error or declare warning member in an aspect.
  • Methodendetails

    • getDeclaringType

      AjType getDeclaringType()
      Gibt zurück:
      the type that declared this declare warning or declare error member.
    • getPointcutExpression

      PointcutExpression getPointcutExpression()
      Gibt zurück:
      the pointcut expression associated with the warning or error
    • getMessage

      String getMessage()
      Gibt zurück:
      the message associated with the declare warning / declare error
    • isError

      boolean isError()
      Gibt zurück:
      true if this is a declare error member, false if it is declare warning