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

Packages that use AspectDeclaration
org.aspectj.ajdt.internal.compiler.ast   
org.aspectj.ajdt.internal.compiler.lookup   
 

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

Constructors in org.aspectj.ajdt.internal.compiler.ast with parameters of type AspectDeclaration
AccessForInlineVisitor(AspectDeclaration inAspect, PrivilegedHandler handler)
           
 

Uses of AspectDeclaration in org.aspectj.ajdt.internal.compiler.lookup
 

Constructors in org.aspectj.ajdt.internal.compiler.lookup with parameters of type AspectDeclaration
InlineAccessFieldBinding(AspectDeclaration inAspect, org.aspectj.org.eclipse.jdt.internal.compiler.lookup.FieldBinding baseField, ResolvedMember resolvedField)
           
PrivilegedFieldBinding(AspectDeclaration inAspect, org.aspectj.org.eclipse.jdt.internal.compiler.lookup.FieldBinding baseField)
           
PrivilegedHandler(AspectDeclaration inAspect)