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

E13403-02

Uses of Class
oracle.javatools.parser.java.v1.symbol.StatementSymbol

Packages that use StatementSymbol
oracle.javatools.parser.java.v1.symbol   
 

Uses of StatementSymbol in oracle.javatools.parser.java.v1.symbol
 

Subclasses of StatementSymbol in oracle.javatools.parser.java.v1.symbol
 class CatchClause
          The catch clause is separated from the other control statements because a variable declaration is required in the parentheses.
 class ControlStatement
          ControlStatement represents all control statements and the catch clause of a try statement (though at parse time, it also represents other else and finally clauses).
 class ForStatement
          Represents the ForStatement.
 class SqlStatement
          A statement can be only one of the following: an expression statement, a block, or a control statement.
 class TryStatement
          The TryStatement is a a ControlStatement with the additional functionality for retrieving multiple catch clauses.
 

Methods in oracle.javatools.parser.java.v1.symbol that return StatementSymbol
 StatementSymbol ControlStatement.getEndClause()
          If statements have else clauses and Try statements have finally clauses.
 StatementSymbol ControlStatement.getPrimaryClause()
           
 StatementSymbol CodeElement.getStatement()
          Returns the statement symbol for this statement.
 


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

E13403-02

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