Uses of Class
org.eclipse.jdt.core.dom.AnonymousClassDeclaration

Packages that use AnonymousClassDeclaration
org.eclipse.jdt.core.dom   
org.eclipse.jdt.internal.core.dom   
org.eclipse.jdt.internal.core.dom.rewrite   
org.eclipse.jdt.internal.core.util   
 

Uses of AnonymousClassDeclaration in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return AnonymousClassDeclaration
 AnonymousClassDeclaration ClassInstanceCreation.getAnonymousClassDeclaration()
          Returns the anonymous class declaration introduced by this class instance creation expression, if it has one.
 AnonymousClassDeclaration EnumConstantDeclaration.getAnonymousClassDeclaration()
          Returns the anonymous class declaration introduced by this enum constant declaration, if it has one.
 AnonymousClassDeclaration AST.newAnonymousClassDeclaration()
          Creates and returns a new unparented anonymous class declaration node owned by this AST.
 

Methods in org.eclipse.jdt.core.dom with parameters of type AnonymousClassDeclaration
 void ASTVisitor.endVisit(AnonymousClassDeclaration node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(AnonymousClassDeclaration node, java.lang.Object other)
          Returns whether the given node and the other object match.
 void ClassInstanceCreation.setAnonymousClassDeclaration(AnonymousClassDeclaration decl)
          Sets whether this class instance creation expression declares an anonymous class (that is, has class body declarations).
 void EnumConstantDeclaration.setAnonymousClassDeclaration(AnonymousClassDeclaration decl)
          Sets whether this enum constant declaration declares an anonymous class (that is, has class body declarations).
 boolean ASTVisitor.visit(AnonymousClassDeclaration node)
          Visits the given type-specific AST node.
 

Uses of AnonymousClassDeclaration in org.eclipse.jdt.internal.core.dom
 

Methods in org.eclipse.jdt.internal.core.dom with parameters of type AnonymousClassDeclaration
 boolean NaiveASTFlattener.visit(AnonymousClassDeclaration node)
           
 

Uses of AnonymousClassDeclaration in org.eclipse.jdt.internal.core.dom.rewrite
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type AnonymousClassDeclaration
 boolean ASTRewriteAnalyzer.visit(AnonymousClassDeclaration node)
           
 boolean ASTRewriteFlattener.visit(AnonymousClassDeclaration node)
           
 

Uses of AnonymousClassDeclaration in org.eclipse.jdt.internal.core.util
 

Methods in org.eclipse.jdt.internal.core.util with parameters of type AnonymousClassDeclaration
 boolean DOMFinder.visit(AnonymousClassDeclaration node)