Klasse IfPointcut

Alle implementierten Schnittstellen:
IHasPosition, IHasSourceLocation
Bekannte direkte Unterklassen:
IfPointcut.IfFalsePointcut, IfPointcut.IfTruePointcut

public class IfPointcut extends Pointcut
  • Felddetails

    • testMethod

      public ResolvedMember testMethod
    • extraParameterFlags

      public int extraParameterFlags
    • residueSource

      public Pointcut residueSource
  • Konstruktordetails

    • IfPointcut

      public IfPointcut(ResolvedMember testMethod, int extraParameterFlags)
    • IfPointcut

      public IfPointcut(String enclosingPointcutHint)
      No-arg constructor for @AJ style, where the if() body is actually the @Pointcut annotated method
  • Methodendetails