Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
WithStatement |
AST.newWithStatement()
Creates a new unparented with statement node owned by this AST.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(WithStatement node) |
void |
ASTVisitor.endVisit(WithStatement node) |
boolean |
ASTMatcher.match(WithStatement node,
java.lang.Object other) |
boolean |
DefaultASTVisitor.visit(WithStatement node) |
boolean |
ASTVisitor.visit(WithStatement node) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.