Klasse PointcutImpl

java.lang.Object
org.aspectj.internal.lang.reflect.PointcutImpl
Alle implementierten Schnittstellen:
Pointcut

public class PointcutImpl extends Object implements Pointcut
Autor:
colyer
  • Konstruktordetails

  • Methodendetails

    • getPointcutExpression

      public PointcutExpression getPointcutExpression()
      Angegeben von:
      getPointcutExpression in Schnittstelle Pointcut
      Gibt zurück:
      the pointcut expression associated with this pointcut.
    • getName

      public String getName()
      Angegeben von:
      getName in Schnittstelle Pointcut
      Gibt zurück:
      the declared name of the pointcut.
    • getModifiers

      public int getModifiers()
      Angegeben von:
      getModifiers in Schnittstelle Pointcut
      Gibt zurück:
      the modifiers associated with the pointcut declaration. Use java.lang.reflect.Modifier to interpret the return value
    • getParameterTypes

      public AjType<?>[] getParameterTypes()
      Angegeben von:
      getParameterTypes in Schnittstelle Pointcut
      Gibt zurück:
      the pointcut parameter types.
    • getDeclaringType

      public AjType getDeclaringType()
      Angegeben von:
      getDeclaringType in Schnittstelle Pointcut
      Gibt zurück:
      the type that declared this pointcut
    • getParameterNames

      public String[] getParameterNames()
      Angegeben von:
      getParameterNames in Schnittstelle Pointcut
      Gibt zurück:
      the pointcut parameter names. Returns an array of empty strings of length getParameterTypes().length if parameter names are not available at runtime.
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object