Uses of Class
org.aspectj.ajdt.internal.compiler.ast.AjMethodDeclaration

Packages that use AjMethodDeclaration
org.aspectj.ajdt.internal.compiler.ast   
 

Uses of AjMethodDeclaration in org.aspectj.ajdt.internal.compiler.ast
 

Subclasses of AjMethodDeclaration in org.aspectj.ajdt.internal.compiler.ast
 class AdviceDeclaration
          Represents before, after and around advice in an aspect.
 class DeclareAnnotationDeclaration
           
 class DeclareDeclaration
           
 class IfMethodDeclaration
           
 class InterTypeConstructorDeclaration
          An inter-type constructor declaration.
 class InterTypeDeclaration
          Base type for all inter-type declarations including methods, fields and constructors.
 class InterTypeFieldDeclaration
          An inter-type field declaration.
 class InterTypeMethodDeclaration
          An inter-type method declaration.
 class PointcutDeclaration
          pointcut [declaredModifiers] [declaredName]([arguments]): [pointcutDesignator];
 

Methods in org.aspectj.ajdt.internal.compiler.ast with parameters of type AjMethodDeclaration
static void AtAspectJAnnotationFactory.addAnnotation(AjMethodDeclaration decl, org.aspectj.org.eclipse.jdt.internal.compiler.ast.Annotation annotation, org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BlockScope scope)