Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
ObjectName |
AST.newObjectName()
Creates and returns a new unparented object name node
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(ObjectName node) |
void |
ASTVisitor.endVisit(ObjectName objectName)
End of visit the given type-specific AST node.
|
boolean |
ASTMatcher.match(ObjectName node,
java.lang.Object other) |
boolean |
DefaultASTVisitor.visit(ObjectName node) |
boolean |
ASTVisitor.visit(ObjectName objectName)
Visits the given type-specific AST node.
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.