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

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

Methods in org.aspectj.org.eclipse.jdt.core.dom that return DefaultTypePattern
 DefaultTypePattern AjAST.newDefaultTypePattern()
          Creates an unparented default type pattern node owned by this AST.
 

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