Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
ExportDeclaration |
AST.newExportDeclaration()
Creates and returns a new unparented meta property node
owned by this AST.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(ExportDeclaration node) |
void |
ASTVisitor.endVisit(ExportDeclaration exportDeclaration) |
boolean |
ASTMatcher.match(ExportDeclaration exportDeclaration,
java.lang.Object other) |
boolean |
DefaultASTVisitor.visit(ExportDeclaration node) |
boolean |
ASTVisitor.visit(ExportDeclaration exportDeclaration)
Visits the given type-specific AST node.
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.