Extension SDK 10.1.2


oracle.jdeveloper.jot
Interface JotBlockStatement

All Superinterfaces:
JotBlockElement, JotCodeBlock, JotCodeElement, JotElement, JotStatement

public interface JotBlockStatement
extends JotCodeBlock, JotStatement

A JotBlockStatement represents a block statement. A block statement is a child of either another statement or of a code block associated with a method, constructor, or initializer.

Since:
5.0
See Also:
"Section 14.2 of the Java Language Specification"

Field Summary

 

Fields inherited from interface oracle.jdeveloper.jot.JotStatement
BLOCK_STATEMENT, BREAK_STATEMENT, CASE_CLAUSE, CONTINUE_STATEMENT, DO_STATEMENT, ELSE_CLAUSE, EMPTY_STATEMENT, EXPRESSION_STATEMENT, FOR_STATEMENT, IF_STATEMENT, RETURN_STATEMENT, SWITCH_STATEMENT, SYNCHRONIZED_STATEMENT, THROW_STATEMENT, TRY_STATEMENT, WHILE_STATEMENT

 

Fields inherited from interface oracle.jdeveloper.jot.JotBlockElement
LOCAL_CLASS_TYPE, STATEMENT_TYPE, VARIABLE_DECLARATION_TYPE

 

Methods inherited from interface oracle.jdeveloper.jot.JotCodeBlock
addBlankLine, addBlankLine, addBlock, addBlock, addBlockElement, addBlockElement, addBlockElements, addBlockElements, addBreak, addBreak, addCase, addCase, addComment, addContinue, addContinue, addDo, addDo, addExpressionStatement, addExpressionStatement, addExpressionStatement, addExpressionStatement, addFor, addFor, addIf, addIf, addLocalClass, addLocalClass, addReturn, addReturn, addSwitch, addSwitch, addSynchronized, addSynchronized, addThrow, addThrow, addTry, addTry, addVariable, addVariable, addVariableDeclaration, addVariableDeclaration, addWhile, addWhile, createAssignment, createComment, createMethodCall, createNestedMethodCall, getBlockElements, getComment, getComments, getComparableLocation, getComparableLocation, removeAllBlockElements, removeBlockElement, removeComment, setText

 

Methods inherited from interface oracle.jdeveloper.jot.JotCodeElement
addPrecedingComment, childrenContainErrors, delete, getContainingJotFile, getLeftWhitespace, getLength, getRightWhitespace, isInError, isSource, setLeftWhitespace, setRightWhitespace

 

Methods inherited from interface oracle.jdeveloper.jot.JotElement
getChildren, getContainedElements, getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent

 

Methods inherited from interface oracle.jdeveloper.jot.JotStatement
addLabel, getAsBlock, getAsBreak, getAsCase, getAsContinue, getAsDo, getAsExpressionStatement, getAsFor, getAsIf, getAsReturn, getAsSwitch, getAsSynchronized, getAsThrow, getAsTry, getAsWhile, getLabels, getStatementText, getStatementType, removeLabel

 

Methods inherited from interface oracle.jdeveloper.jot.JotBlockElement
getAsLocalClass, getAsStatement, getAsVariableDeclaration, getElementType

 


Extension SDK


 

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