Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.DefaultTypePattern
Packages that use DefaultTypePattern
Package
Description
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 DefaultTypePatternModifier and TypeMethodDescriptionAjAST.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 DefaultTypePatternModifier and TypeMethodDescriptionvoidAjASTVisitor.endVisit(DefaultTypePattern node) booleanAjASTMatcher.match(DefaultTypePattern node, Object other) booleanAjASTVisitor.visit(DefaultTypePattern node)