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

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

Subclasses of TypePattern in org.aspectj.org.eclipse.jdt.core.dom
 class DefaultTypePattern
          DefaultTypePattern DOM AST node.
 

Methods in org.aspectj.org.eclipse.jdt.core.dom that return TypePattern
 TypePattern DeclareParentsDeclaration.getChildTypePattern()
           
 TypePattern DeclareSoftDeclaration.getTypePattern()
           
 

Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type TypePattern
 void DeclareParentsDeclaration.setChildTypePattern(TypePattern typePattern)
           
 void DeclareSoftDeclaration.setTypePattern(TypePattern typePattern)