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

Packages that use PerTypeWithin
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 PerTypeWithin in org.aspectj.org.eclipse.jdt.core.dom
 

Methods in org.aspectj.org.eclipse.jdt.core.dom that return PerTypeWithin
 PerTypeWithin AjAST.newPerTypeWithin()
          Creates an unparented pertypewithin node owned by this AST.
 

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