| Modifier and Type | Interface and Description |
|---|---|
interface |
UnresolvedSingleVariableDeclaration
A representation of the model object 'Unresolved Single Variable Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
SingleVariableDeclaration |
CatchClause.getException()
Returns the value of the 'Exception' containment reference.
|
SingleVariableDeclaration |
EnhancedForStatement.getParameter()
Returns the value of the 'Parameter' containment reference.
|
SingleVariableDeclaration |
Modifier.getSingleVariableDeclaration()
Returns the value of the 'Single Variable Declaration' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<SingleVariableDeclaration> |
AbstractMethodDeclaration.getParameters()
Returns the value of the 'Parameters' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CatchClause.setException(SingleVariableDeclaration value)
Sets the value of the '
Exception' containment reference. |
void |
EnhancedForStatement.setParameter(SingleVariableDeclaration value)
Sets the value of the '
Parameter' containment reference. |
void |
Modifier.setSingleVariableDeclaration(SingleVariableDeclaration value)
Sets the value of the '
Single Variable Declaration' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleVariableDeclarationImpl
An implementation of the model object 'Single Variable Declaration'.
|
class |
UnresolvedSingleVariableDeclarationImpl
An implementation of the model object 'Unresolved Single Variable Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
SingleVariableDeclaration |
JavaFactoryImpl.createSingleVariableDeclaration() |
SingleVariableDeclaration |
CatchClauseImpl.getException() |
SingleVariableDeclaration |
EnhancedForStatementImpl.getParameter() |
SingleVariableDeclaration |
ModifierImpl.getSingleVariableDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<SingleVariableDeclaration> |
AbstractMethodDeclarationImpl.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatchClauseImpl.setException(SingleVariableDeclaration newException) |
void |
EnhancedForStatementImpl.setParameter(SingleVariableDeclaration newParameter) |
void |
ModifierImpl.setSingleVariableDeclaration(SingleVariableDeclaration newSingleVariableDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
SingleVariableDeclaration |
JavaFactory.createSingleVariableDeclaration()
Returns a new object of class 'Single Variable Declaration'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseSingleVariableDeclaration(SingleVariableDeclaration object)
Returns the result of interpreting the object as an instance of 'Single Variable Declaration'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.