Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
PackageDeclaration |
JavaScriptUnit.getPackage()
Returns the node for the package declaration of this compilation
unit, or
null if this javaScript unit is in the
default package. |
PackageDeclaration |
AST.newPackageDeclaration()
Creates an unparented package declaration node owned by this AST.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(PackageDeclaration node) |
void |
ASTVisitor.endVisit(PackageDeclaration node)
End of visit the given type-specific AST node.
|
boolean |
ASTMatcher.match(PackageDeclaration node,
java.lang.Object other)
Returns whether the given node and the other object match.
|
void |
JavaScriptUnit.setPackage(PackageDeclaration pkgDecl)
Sets or clears the package declaration of this javaScript unit
node to the given package declaration node.
|
boolean |
DefaultASTVisitor.visit(PackageDeclaration node) |
boolean |
ASTVisitor.visit(PackageDeclaration node)
Visits the given type-specific AST node.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.