public interface TryStatement extends Statement
The following features are supported:
JavaPackage.getTryStatement()| Modifier and Type | Method and Description |
|---|---|
Block |
getBody()
Returns the value of the 'Body' containment reference.
|
org.eclipse.emf.common.util.EList<CatchClause> |
getCatchClauses()
Returns the value of the 'Catch Clauses' containment reference list.
|
Block |
getFinally()
Returns the value of the 'Finally' containment reference.
|
void |
setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
setFinally(Block value)
Sets the value of the '
Finally' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUniteInternalContainer, from, id, id, iterator, resource, resourceeBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSet, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegmenteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverforEach, spliteratorBlock getBody()
setBody(Block),
JavaPackage.getTryStatement_Body()void setBody(Block value)
Body' containment reference.
value - the new value of the 'Body' containment reference.getBody()Block getFinally()
setFinally(Block),
JavaPackage.getTryStatement_Finally()void setFinally(Block value)
Finally' containment reference.
value - the new value of the 'Finally' containment reference.getFinally()org.eclipse.emf.common.util.EList<CatchClause> getCatchClauses()
CatchClause.
JavaPackage.getTryStatement_CatchClauses()Copyright © 2018–2020 Atlanmod. All rights reserved.