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