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

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

Methods in org.aspectj.org.eclipse.jdt.core.dom that return PerObject
 PerObject AjAST.newPerObject()
          Creates an unparented perobject node owned by this AST.
 

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