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

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

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

Subclasses of InterTypeDeclaration in org.aspectj.ajdt.internal.compiler.ast
 class InterTypeConstructorDeclaration
          An inter-type constructor declaration.
 class InterTypeFieldDeclaration
          An inter-type field declaration.
 class InterTypeMethodDeclaration
          An inter-type method declaration.
 

Constructors in org.aspectj.ajdt.internal.compiler.ast with parameters of type InterTypeDeclaration
InterSuperFixerVisitor(InterTypeDeclaration dec, EclipseFactory world, org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Scope scope)