Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.InterTypeMethodDeclaration

Packages that use InterTypeMethodDeclaration
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. 
 

Uses of InterTypeMethodDeclaration in org.aspectj.org.eclipse.jdt.core.dom
 

Methods in org.aspectj.org.eclipse.jdt.core.dom that return InterTypeMethodDeclaration
 InterTypeMethodDeclaration AjAST.newInterTypeMethodDeclaration()
          Creates an unparented intertype method declaration node owned by this AST.
 

Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type InterTypeMethodDeclaration
 void AjASTVisitor.endVisit(InterTypeMethodDeclaration node)
           
 boolean AjASTMatcher.match(InterTypeMethodDeclaration node, java.lang.Object other)
           
 boolean AjASTVisitor.visit(InterTypeMethodDeclaration node)