Uses of Class
org.eclipse.wst.jsdt.core.dom.ImportDeclaration

Packages that use ImportDeclaration
org.eclipse.wst.jsdt.core.dom   
 

Uses of ImportDeclaration in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return ImportDeclaration
 ImportDeclaration AST.newImportDeclaration()
          Creates an unparented import declaration node owned by this AST.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type ImportDeclaration
 void ASTVisitor.endVisit(ImportDeclaration node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(ImportDeclaration node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(ImportDeclaration node)
          Visits the given type-specific AST node.