Uses of Package
org.aspectj.ajdt.internal.compiler.ast
Packages that use org.aspectj.ajdt.internal.compiler.ast
Package
Description
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.astClassDescriptionRoot class for all MethodDeclaration objects created by the parser.Represents an aspect declaration.Base type for all inter-type declarations including methods, fields and constructors.Used to represent any method call to a method named
proceed
. -
Classes in org.aspectj.ajdt.internal.compiler.ast used by org.aspectj.ajdt.internal.compiler.lookup
-
Classes in org.aspectj.ajdt.internal.compiler.ast used by org.aspectj.org.eclipse.jdt.core.domClassDescriptionRepresents before, after and around advice in an aspect.An inter-type field declaration.pointcut [declaredModifiers] [declaredName]([arguments]): [pointcutDesignator];