Uses of Class
org.aspectj.ajdt.internal.compiler.ast.AjMethodDeclaration
Packages that use AjMethodDeclaration
-
Uses of AjMethodDeclaration in org.aspectj.ajdt.internal.compiler.ast
Subclasses of AjMethodDeclaration in org.aspectj.ajdt.internal.compiler.astModifier and TypeClassDescriptionclass
Represents before, after and around advice in an aspect.class
class
class
class
An inter-type constructor declaration.class
Base type for all inter-type declarations including methods, fields and constructors.class
An inter-type field declaration.class
An inter-type method declaration.class
pointcut [declaredModifiers] [declaredName]([arguments]): [pointcutDesignator];Methods in org.aspectj.ajdt.internal.compiler.ast with parameters of type AjMethodDeclarationModifier and TypeMethodDescriptionstatic void
AtAspectJAnnotationFactory.addAnnotation(AjMethodDeclaration decl, Annotation annotation, BlockScope scope)