Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
TypeDeclarationStatement |
AST.newTypeDeclarationStatement(AbstractTypeDeclaration decl)
Creates a new unparented local type declaration statement node
owned by this AST, for the given type declaration.
|
TypeDeclarationStatement |
AST.newTypeDeclarationStatement(TypeDeclaration decl)
Creates a new unparented local type declaration statement node
owned by this AST, for the given type declaration.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(TypeDeclarationStatement node) |
void |
ASTVisitor.endVisit(TypeDeclarationStatement node)
End of visit the given type-specific AST node.
|
boolean |
ASTMatcher.match(TypeDeclarationStatement node,
java.lang.Object other)
Returns whether the given node and the other object match.
|
boolean |
DefaultASTVisitor.visit(TypeDeclarationStatement node) |
boolean |
ASTVisitor.visit(TypeDeclarationStatement node)
Visits the given type-specific AST node.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.