Uses of Interface
org.eclipse.gmt.modisco.java.Block

Packages that use Block
org.eclipse.gmt.modisco.java   
org.eclipse.gmt.modisco.java.cdo.meta   
org.eclipse.gmt.modisco.java.cdo.util   
org.eclipse.gmt.modisco.java.emf   
org.eclipse.gmt.modisco.java.emf.classic   
org.eclipse.gmt.modisco.java.emf.classic.util   
org.eclipse.gmt.modisco.java.emf.util   
org.eclipse.gmt.modisco.java.nousages.cdo.meta   
org.eclipse.gmt.modisco.java.nousages.cdo.util   
org.eclipse.gmt.modisco.java.nousages.meta   
org.eclipse.gmt.modisco.java.nousages.util   
 

Uses of Block in org.eclipse.gmt.modisco.java
 

Methods in org.eclipse.gmt.modisco.java that return Block
 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
 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.
 

Uses of Block in org.eclipse.gmt.modisco.java.cdo.meta
 

Methods in org.eclipse.gmt.modisco.java.cdo.meta that return Block
 Block JavaFactory.createBlock()
          Returns a new object of class 'Block'.
 

Uses of Block in org.eclipse.gmt.modisco.java.cdo.util
 

Methods in org.eclipse.gmt.modisco.java.cdo.util with parameters of type Block
 T JavaSwitch.caseBlock(Block object)
          Returns the result of interpreting the object as an instance of 'Block'.
 

Uses of Block in org.eclipse.gmt.modisco.java.emf
 

Methods in org.eclipse.gmt.modisco.java.emf that return Block
 Block JavaFactory.createBlock()
          Returns a new object of class 'Block'.
 

Uses of Block in org.eclipse.gmt.modisco.java.emf.classic
 

Methods in org.eclipse.gmt.modisco.java.emf.classic that return Block
 Block JavaFactory.createBlock()
          Returns a new object of class 'Block'.
 

Uses of Block in org.eclipse.gmt.modisco.java.emf.classic.util
 

Methods in org.eclipse.gmt.modisco.java.emf.classic.util with parameters of type Block
 T JavaSwitch.caseBlock(Block object)
          Returns the result of interpreting the object as an instance of 'Block'.
 

Uses of Block in org.eclipse.gmt.modisco.java.emf.util
 

Methods in org.eclipse.gmt.modisco.java.emf.util with parameters of type Block
 T JavaSwitch.caseBlock(Block object)
          Returns the result of interpreting the object as an instance of 'Block'.
 

Uses of Block in org.eclipse.gmt.modisco.java.nousages.cdo.meta
 

Methods in org.eclipse.gmt.modisco.java.nousages.cdo.meta that return Block
 Block JavaFactory.createBlock()
          Returns a new object of class 'Block'.
 

Uses of Block in org.eclipse.gmt.modisco.java.nousages.cdo.util
 

Methods in org.eclipse.gmt.modisco.java.nousages.cdo.util with parameters of type Block
 T JavaSwitch.caseBlock(Block object)
          Returns the result of interpreting the object as an instance of 'Block'.
 

Uses of Block in org.eclipse.gmt.modisco.java.nousages.meta
 

Methods in org.eclipse.gmt.modisco.java.nousages.meta that return Block
 Block JavaFactory.createBlock()
          Returns a new object of class 'Block'.
 

Uses of Block in org.eclipse.gmt.modisco.java.nousages.util
 

Methods in org.eclipse.gmt.modisco.java.nousages.util with parameters of type Block
 T JavaSwitch.caseBlock(Block object)
          Returns the result of interpreting the object as an instance of 'Block'.