Uses of Interface
edu.rice.cs.javalanglevels.tree.ForInitI

Packages that use ForInitI
edu.rice.cs.javalanglevels.parser   
edu.rice.cs.javalanglevels.tree   
 

Uses of ForInitI in edu.rice.cs.javalanglevels.parser
 

Methods in edu.rice.cs.javalanglevels.parser that return ForInitI
 ForInitI JExprParser.ForInit()
           
 

Uses of ForInitI in edu.rice.cs.javalanglevels.tree
 

Classes in edu.rice.cs.javalanglevels.tree that implement ForInitI
 class UnparenthesizedExpressionList
          Class UnparenthesizedExpressionList, a component of the JExpressionIF composite hierarchy.
 class VariableDeclaration
          Class VariableDeclaration, a component of the JExpressionIF composite hierarchy.
 

Methods in edu.rice.cs.javalanglevels.tree that return ForInitI
 ForInitI ForStatement.getInit()
           
 

Constructors in edu.rice.cs.javalanglevels.tree with parameters of type ForInitI
ForStatement(SourceInfo in_sourceInfo, ForInitI in_init, ForConditionI in_condition, UnparenthesizedExpressionList in_update, Statement in_code)
          Constructs a ForStatement.