JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1) E52778-01
All Superinterfaces:
Element , SourceBlockElement , SourceElement
All Known Subinterfaces:
SourceAssertStatement , SourceBlockStatement , SourceBreakStatement , SourceCatchClause , SourceCompoundStatement , SourceConditionalStatement , SourceContinueStatement , SourceDoStatement , SourceElseClause , SourceEmptyStatement , SourceExpressionStatement , SourceFinallyClause , SourceForStatement , SourceIfStatement , SourceReturnStatement , SourceSimpleStatement , SourceSwitchStatement , SourceSynchStatement , SourceThrowStatement , SourceTryStatement , SourceWhileStatement
public interface SourceStatement
extends SourceElement , SourceBlockElement
This is the common base interface of all statements. All statements
can be classified as: simple, block, compound. Block statements are
statements that are blocks. Simple statements have no child
statements and optionally have expressions. Compound statements
have child statements and optionally have expressions.
Method Summary
Methods inherited from interface oracle.javatools.parser.java.v2.model.SourceElement
addSelf , addSelf , addSelfAfter , addSelfBefore , adjustTextIndentation , clearBinding , cloneSelf , compile , createContext , getBinding , getChildren , getChildren , getCompiledObject , getContainedElements , getContext , getEndOffset , getFirstToken , getJdkVersion , getLastToken , getOwningFile , getOwningSourceFile , getParent , getSiblingAfter , getSiblingAfter , getSiblingBefore , getSiblingBefore , getSiblings , getSiblings , getStartOffset , getSymbolKind , getText , getTokens , getTokens , hasErrors , print , print , reformatSelf , removeSelf , replaceSelf , resolve , setBinding , setContext , visitSelf
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1) E52778-01
Copyright © 1997, 2015, Oracle. All rights reserved.