Klasse ThisJoinPointVisitor

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.ASTVisitor
org.aspectj.ajdt.internal.compiler.ast.ThisJoinPointVisitor

public class ThisJoinPointVisitor extends ASTVisitor
Takes a method that already has the three extra parameters thisJoinPointStaticPart, thisJoinPoint and thisEnclosingJoinPointStaticPart
  • Methodendetails

    • computeJoinPointParams

      public void computeJoinPointParams()
    • endVisit

      public void endVisit(SingleNameReference ref, BlockScope scope)
      Setzt außer Kraft:
      endVisit in Klasse ASTVisitor
    • visit

      public boolean visit(MessageSend call, BlockScope scope)
      Setzt außer Kraft:
      visit in Klasse ASTVisitor
    • removeUnusedExtraArguments

      public int removeUnusedExtraArguments()
    • usedThisAspectInstance

      public boolean usedThisAspectInstance()