|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatementT | |
|---|---|
| javax.ide.model.java.source | Various interfaces for use with Tree objects. |
| javax.ide.model.java.source.tree | The Java AST. |
| Uses of StatementT in javax.ide.model.java.source |
|---|
| Methods in javax.ide.model.java.source that return StatementT | |
|---|---|
abstract StatementT |
TreeFactory.textToStatement(java.lang.String text)Attempts to create a statement with the given text. |
| Methods in javax.ide.model.java.source with parameters of type StatementT | |
|---|---|
abstract DoStatementT |
TreeFactory.createDoStatement(ExpressionT e, StatementT child)Creates a do-while statement. |
abstract ElseClauseT |
TreeFactory.createElseClause(StatementT child)Creates an else clause for an if statement. |
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. |
IfStatementT |
TreeFactory.createIfElseStatement(ExpressionT e, StatementT trueClause, StatementT elseClause)Creates an if-else statement. |
abstract IfStatementT |
TreeFactory.createIfStatement(ExpressionT e, StatementT child)Creates an if statement. |
abstract IfStatementT |
TreeFactory.createIfStatement(ExpressionT e, StatementT child, ElseClauseT elseClause)Creates an if or an if-else statement. |
abstract WhileStatementT |
TreeFactory.createWhileStatement(ExpressionT e, StatementT child)Creates a while statement. |
| Uses of StatementT in javax.ide.model.java.source.tree |
|---|
| Subinterfaces of StatementT in javax.ide.model.java.source.tree | |
|---|---|
interface |
AssertStatementTAn assert statement. |
interface |
BlockStatementTA statement wrapping a block. |
interface |
BreakStatementTA break statement. |
interface |
CatchClauseTA catch clause of a try statement. |
interface |
CompoundStatementTCommon supertype for statements that have children statements. |
interface |
ConditionalStatementTCommon supertype for compound statements having (requiring) a conditional expression. |
interface |
ContinueStatementTA continue statement. |
interface |
DoStatementTA do statement. |
interface |
ElseClauseTAn else clause. |
interface |
EmptyStatementTAn empty statement. |
interface |
ExpressionStatementTAn expression statement. |
interface |
FinallyClauseTA finally clause. |
interface |
ForStatementTA for statement. |
interface |
IfStatementTAn if statement. |
interface |
ReturnStatementTA return statement. |
interface |
SimpleStatementTCommon supertype for statements that have no child statement but may optionally have expressions. |
interface |
SwitchStatementTA switch statement. |
interface |
SynchStatementTA synchronized statement. |
interface |
ThrowStatementTA throw statement. |
interface |
TryStatementTA try statement. |
interface |
WhileStatementTA while statement. |
| Fields in javax.ide.model.java.source.tree declared as StatementT | |
|---|---|
static StatementT[] |
StatementT.EMPTY_ARRAY |
| Methods in javax.ide.model.java.source.tree that return StatementT | |
|---|---|
StatementT |
CompoundStatementT.getEndClause()In an if statement, this is the "else" clause. |
StatementT |
CompoundStatementT.getPrimaryClause() |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||