| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.meta | |
| org.eclipse.gmt.modisco.java.neoemf.util |
| Modifier and Type | Method and Description |
|---|---|
CatchClause |
SingleVariableDeclaration.getCatchClause()
Returns the value of the 'Catch Clause' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<CatchClause> |
TryStatement.getCatchClauses()
Returns the value of the 'Catch Clauses' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleVariableDeclaration.setCatchClause(CatchClause value)
Sets the value of the '
Catch Clause' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
CatchClauseImpl
An implementation of the model object 'Catch Clause'.
|
| Modifier and Type | Method and Description |
|---|---|
CatchClause |
JavaFactoryImpl.createCatchClause() |
CatchClause |
SingleVariableDeclarationImpl.getCatchClause() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<CatchClause> |
TryStatementImpl.getCatchClauses() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleVariableDeclarationImpl.setCatchClause(CatchClause newCatchClause) |
| Modifier and Type | Method and Description |
|---|---|
CatchClause |
JavaFactory.createCatchClause()
Returns a new object of class 'Catch Clause'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseCatchClause(CatchClause object)
Returns the result of interpreting the object as an instance of 'Catch Clause'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.