Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
javax.ide.model.java.source.tree.ForStatementT

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.