Eclipse JDT
2.1

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

Packages that use PackageDeclaration
org.eclipse.jdt.core.dom The Java DOM is the set of classes that model the source code of a Java program as a structured document. 
 

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

Methods in org.eclipse.jdt.core.dom that return PackageDeclaration
 PackageDeclaration AST.newPackageDeclaration()
          Creates an unparented package declaration node owned by this AST.
 PackageDeclaration CompilationUnit.getPackage()
          Returns the node for the package declaration of this compilation unit, or null if this compilation unit is in the default package.
 

Methods in org.eclipse.jdt.core.dom with parameters of type PackageDeclaration
 boolean ASTMatcher.match(PackageDeclaration node, Object other)
          Returns whether the given node and the other object match.
 void CompilationUnit.setPackage(PackageDeclaration pkgDecl)
          Sets or clears the package declaration of this compilation unit node to the given package declaration node.
 boolean ASTVisitor.visit(PackageDeclaration node)
           
 void ASTVisitor.endVisit(PackageDeclaration node)
           
 


Eclipse JDT
2.1

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