| 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 |
|---|---|
Block |
AbstractMethodDeclaration.getBody()
Returns the value of the 'Body' containment reference.
|
Block |
TryStatement.getBody()
Returns the value of the 'Body' containment reference.
|
Block |
CatchClause.getBody()
Returns the value of the 'Body' containment reference.
|
Block |
SynchronizedStatement.getBody()
Returns the value of the 'Body' containment reference.
|
Block |
Initializer.getBody()
Returns the value of the 'Body' containment reference.
|
Block |
TryStatement.getFinally()
Returns the value of the 'Finally' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMethodDeclaration.setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
TryStatement.setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
CatchClause.setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
SynchronizedStatement.setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
Initializer.setBody(Block value)
Sets the value of the '
Body' containment reference. |
void |
TryStatement.setFinally(Block value)
Sets the value of the '
Finally' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockImpl
An implementation of the model object 'Block'.
|
| Modifier and Type | Method and Description |
|---|---|
Block |
JavaFactoryImpl.createBlock() |
Block |
SynchronizedStatementImpl.getBody() |
Block |
AbstractMethodDeclarationImpl.getBody() |
Block |
TryStatementImpl.getBody() |
Block |
InitializerImpl.getBody() |
Block |
CatchClauseImpl.getBody() |
Block |
TryStatementImpl.getFinally() |
| Modifier and Type | Method and Description |
|---|---|
void |
SynchronizedStatementImpl.setBody(Block newBody) |
void |
AbstractMethodDeclarationImpl.setBody(Block newBody) |
void |
TryStatementImpl.setBody(Block newBody) |
void |
InitializerImpl.setBody(Block newBody) |
void |
CatchClauseImpl.setBody(Block newBody) |
void |
TryStatementImpl.setFinally(Block newFinally) |
| Modifier and Type | Method and Description |
|---|---|
Block |
JavaFactory.createBlock()
Returns a new object of class 'Block'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JavaSwitch.caseBlock(Block object)
Returns the result of interpreting the object as an instance of 'Block'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.