| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ForStatementT | |
|---|---|
| javax.ide.model.java.source | Various interfaces for use with Tree objects. | 
| Uses of ForStatementT in javax.ide.model.java.source | 
|---|
| Methods in javax.ide.model.java.source that return ForStatementT | |
|---|---|
abstract  ForStatementT | 
TreeFactory.createForEnhancedStatement(LocalVariableT loopVariable, ExpressionT collection, StatementT child)Creates an enhanced-for loop.  | 
 ForStatementT | 
TreeFactory.createForStatement(ExpressionT initialization, ExpressionT condition, ExpressionT update, StatementT child)Convenience method.  | 
abstract  ForStatementT | 
TreeFactory.createForStatement(ListExpressionT initializations, ExpressionT condition, ListExpressionT updates, StatementT child)Creates a traditional for loop with no variable declarators.  | 
abstract  ForStatementT | 
TreeFactory.createForVariableStatement(LocalVariableDeclT variables, ExpressionT condition, ListExpressionT updates, StatementT child)Creates a traditional for loop with variable declarators.  | 
 ForStatementT | 
TreeFactory.createForVariableStatement(LocalVariableT variable, ExpressionT condition, ExpressionT update, StatementT child)Convenience method.  | 
| Methods in javax.ide.model.java.source with parameters of type ForStatementT | |
|---|---|
 void | 
TreeVisitor.visitForStatement(ForStatementT tree)Visits a ForStatementT.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||