Uses of Interface
org.eclipse.gmt.modisco.java.Block
| 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 |
-
Uses of Block in org.eclipse.gmt.modisco.java
Methods in org.eclipse.gmt.modisco.java that return Block Modifier and Type Method Description BlockAbstractMethodDeclaration. getBody()Returns the value of the 'Body' containment reference.BlockCatchClause. getBody()Returns the value of the 'Body' containment reference.BlockInitializer. getBody()Returns the value of the 'Body' containment reference.BlockSynchronizedStatement. getBody()Returns the value of the 'Body' containment reference.BlockTryStatement. getBody()Returns the value of the 'Body' containment reference.BlockTryStatement. 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 voidAbstractMethodDeclaration. setBody(Block value)Sets the value of the 'Body' containment reference.voidCatchClause. setBody(Block value)Sets the value of the 'Body' containment reference.voidInitializer. setBody(Block value)Sets the value of the 'Body' containment reference.voidSynchronizedStatement. setBody(Block value)Sets the value of the 'Body' containment reference.voidTryStatement. setBody(Block value)Sets the value of the 'Body' containment reference.voidTryStatement. setFinally(Block value)Sets the value of the 'Finally' containment reference. -
Uses of Block in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement Block Modifier and Type Class Description classBlockImplAn implementation of the model object 'Block'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return Block Modifier and Type Method Description BlockJavaFactoryImpl. createBlock()BlockAbstractMethodDeclarationImpl. getBody()BlockCatchClauseImpl. getBody()BlockInitializerImpl. getBody()BlockSynchronizedStatementImpl. getBody()BlockTryStatementImpl. getBody()BlockTryStatementImpl. getFinally()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type Block Modifier and Type Method Description voidAbstractMethodDeclarationImpl. setBody(Block newBody)voidCatchClauseImpl. setBody(Block newBody)voidInitializerImpl. setBody(Block newBody)voidSynchronizedStatementImpl. setBody(Block newBody)voidTryStatementImpl. setBody(Block newBody)voidTryStatementImpl. setFinally(Block newFinally) -
Uses of Block in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return Block Modifier and Type Method Description BlockJavaFactory. createBlock()Returns a new object of class 'Block'. -
Uses of Block in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type Block Modifier and Type Method Description TJavaSwitch. caseBlock(Block object)Returns the result of interpreting the object as an instance of 'Block'.