Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.UnnamedClass
Packages that use UnnamedClass
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 UnnamedClass in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type UnnamedClassModifier and TypeMethodDescriptionprotected voidASTConverter.buildBodyDeclarations(ImplicitTypeDeclaration unnamedClass, UnnamedClass newUnnamedClass, boolean isInterface) voidASTVisitor.endVisit(UnnamedClass node) End of visit the given type-specific AST node.booleanASTMatcher.match(UnnamedClass node, Object other) Returns whether the given node and the other object match.booleanASTVisitor.visit(UnnamedClass unnamedClass) Visits the given type-specific AST node. -
Uses of UnnamedClass in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type UnnamedClass