Eclipse JDT
Release 3.0

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

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

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

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


Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.