Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.PerTypeWithin
Packages that use PerTypeWithin
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 PerTypeWithin in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return PerTypeWithinModifier and TypeMethodDescriptionAjAST.newPerTypeWithin()Creates an unparented pertypewithin node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type PerTypeWithinModifier and TypeMethodDescriptionvoidAjASTVisitor.endVisit(PerTypeWithin node) booleanAjASTMatcher.match(PerTypeWithin node, Object other) booleanAjASTVisitor.visit(PerTypeWithin node)