Uses of Package
org.aspectj.ajdt.internal.compiler.ast

Packages that use org.aspectj.ajdt.internal.compiler.ast
org.aspectj.ajdt.internal.compiler.ast   
org.aspectj.ajdt.internal.compiler.lookup   
org.aspectj.org.eclipse.jdt.core.dom The Java DOM/AST is the set of classes that model the source code of a Java program as a structured document. 
 

Classes in org.aspectj.ajdt.internal.compiler.ast used by org.aspectj.ajdt.internal.compiler.ast
AjMethodDeclaration
          Root class for all MethodDeclaration objects created by the parser.
AspectDeclaration
          Represents an aspect declaration.
DeclareDeclaration
           
InterTypeDeclaration
          Base type for all inter-type declarations including methods, fields and constructors.
PointcutDesignator
           
PseudoToken
           
PseudoTokens
           
 

Classes in org.aspectj.ajdt.internal.compiler.ast used by org.aspectj.ajdt.internal.compiler.lookup
AspectDeclaration
          Represents an aspect declaration.
 

Classes in org.aspectj.ajdt.internal.compiler.ast used by org.aspectj.org.eclipse.jdt.core.dom
AdviceDeclaration
          Represents before, after and around advice in an aspect.
DeclareDeclaration
           
InterTypeFieldDeclaration
          An inter-type field declaration.
PointcutDeclaration
          pointcut [declaredModifiers] [declaredName]([arguments]): [pointcutDesignator];