-
Methods in org.eclipse.gmt.modisco.java that return Block
| Modifier and Type |
Method |
Description |
Block |
AbstractMethodDeclaration.getBody() |
Returns the value of the 'Body' containment reference.
|
Block |
CatchClause.getBody() |
Returns the value of the 'Body' containment reference.
|
Block |
Initializer.getBody() |
Returns the value of the 'Body' containment reference.
|
Block |
SynchronizedStatement.getBody() |
Returns the value of the 'Body' containment reference.
|
Block |
TryStatement.getBody() |
Returns the value of the 'Body' containment reference.
|
Block |
TryStatement.getFinally() |
Returns the value of the 'Finally' containment reference.
|
Methods in org.eclipse.gmt.modisco.java with parameters of type Block
| Modifier and Type |
Method |
Description |
void |
AbstractMethodDeclaration.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 |
Initializer.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 |
TryStatement.setBody(Block value) |
Sets the value of the ' Body' containment reference.
|
void |
TryStatement.setFinally(Block value) |
Sets the value of the ' Finally' containment reference.
|
-
Fields in org.eclipse.gmt.modisco.java.emf.impl declared as Block
| Modifier and Type |
Field |
Description |
protected Block |
AbstractMethodDeclarationImpl.body |
The cached value of the ' Body' containment reference.
|
protected Block |
CatchClauseImpl.body |
The cached value of the ' Body' containment reference.
|
protected Block |
InitializerImpl.body |
The cached value of the ' Body' containment reference.
|
protected Block |
SynchronizedStatementImpl.body |
The cached value of the ' Body' containment reference.
|
protected Block |
TryStatementImpl.body |
The cached value of the ' Body' containment reference.
|
protected Block |
TryStatementImpl.finally_ |
The cached value of the ' Finally' containment reference.
|
Methods in org.eclipse.gmt.modisco.java.emf.impl with parameters of type Block
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.notify.NotificationChain |
AbstractMethodDeclarationImpl.basicSetBody(Block newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
CatchClauseImpl.basicSetBody(Block newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
InitializerImpl.basicSetBody(Block newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
SynchronizedStatementImpl.basicSetBody(Block newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
TryStatementImpl.basicSetBody(Block newBody,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
TryStatementImpl.basicSetFinally(Block newFinally,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
AbstractMethodDeclarationImpl.setBody(Block newBody) |
void |
CatchClauseImpl.setBody(Block newBody) |
void |
InitializerImpl.setBody(Block newBody) |
void |
SynchronizedStatementImpl.setBody(Block newBody) |
void |
TryStatementImpl.setBody(Block newBody) |
void |
TryStatementImpl.setFinally(Block newFinally) |
-
-