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