Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
TypeDeclarationExpression |
AST.newTypeDeclarationExpression(AbstractTypeDeclaration declaration)
Creates a new unparented local type declaration expression node
owned by this AST, for the given type declaration.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(TypeDeclarationExpression node) |
void |
ASTVisitor.endVisit(TypeDeclarationExpression typeDeclarationExpression) |
boolean |
ASTMatcher.match(TypeDeclarationExpression typeDeclarationExpression,
java.lang.Object other) |
boolean |
DefaultASTVisitor.visit(TypeDeclarationExpression node) |
boolean |
ASTVisitor.visit(TypeDeclarationExpression typeDeclarationExpression)
Visits the given type-specific AST node.
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.