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

E17493-02

Package oracle.javatools.parser.java.v2.model.statement

The parser model API for statements.

See:
          Description

Interface Summary
CompiledStatementLabel The compile-model declaration of a statement label.
SourceAssertStatement An assert statement.
SourceBlockStatement A BlockStatement is a final statement representing a statement that is (and only is) a block.
SourceBreakStatement A break statement.
SourceCatchClause A catch clause of a try statement.
SourceCompoundStatement A CompoundStatement is a common base statement representing statements that have children statements.
SourceConditionalStatement A ConditionalStatement is a common base statement representing compound statements having (requiring) a single expression of boolean type.
SourceContinueStatement A continue statement.
SourceDoStatement A do statement.
SourceElseClause An else clause.
SourceEmptyStatement An empty statement.
SourceExpressionStatement An expression statement.
SourceFinallyClause A finally clause.
SourceForStatement A for statement.
SourceIfStatement An if statement.
SourceReturnStatement A return statement.
SourceSimpleStatement A SimpleStatement is a common base statement representing a statement that has no child statement and may optionally have expressions.
SourceStatement This is the common base interface of all statements.
SourceStatementLabel A label on a labeled statement.
SourceSwitchLabel Default and continue labels for switch bodies.
SourceSwitchStatement A switch statement.
SourceSynchStatement A synchronized statement.
SourceThrowStatement A throw statement.
SourceTryStatement A try statement.
SourceWhileStatement A while statement.
 

Package oracle.javatools.parser.java.v2.model.statement Description

The parser model API for statements.


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

E17493-02

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