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