Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Uses of Interface
oracle.javatools.parser.java.v2.model.statement.SourceWhileStatement

Packages that use SourceWhileStatement
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 
oracle.jdeveloper.java.util Public utilities for use with the java model, including the parser. 
 

Uses of SourceWhileStatement in oracle.javatools.parser.java.v2
 

Methods in oracle.javatools.parser.java.v2 that return SourceWhileStatement
abstract  SourceWhileStatement SourceFactory.createWhileStatement(SourceExpression e, SourceStatement child)
          Creates a while statement.
 

Uses of SourceWhileStatement in oracle.javatools.parser.java.v2.util
 

Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceWhileStatement
 void SourceVisitor.whenEnterWhileStatement(SourceWhileStatement sourceWhileStatement)
           
 void SourceVisitor.whenExitWhileStatement(SourceWhileStatement sourceWhileStatement)
           
 

Uses of SourceWhileStatement in oracle.jdeveloper.java.util
 

Methods in oracle.jdeveloper.java.util that return SourceWhileStatement
static SourceWhileStatement SourceUtils.addWhileStatement(SourceBlock block, java.lang.String condition, SourceBlock whileBlock)
          Adds a while statement to the block, using the given condition and while block.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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