Uses of Interface
org.eclipse.modisco.omg.gastm.BlockScope

Packages that use BlockScope
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of BlockScope in org.eclipse.modisco.omg.gastm
 

Methods in org.eclipse.modisco.omg.gastm that return BlockScope
 BlockScope GASTMFactory.createBlockScope()
          Returns a new object of class 'Block Scope'.
 BlockScope BlockStatement.getOpensScope()
          Returns the value of the 'Opens Scope' reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type BlockScope
 void BlockStatement.setOpensScope(BlockScope value)
          Sets the value of the 'Opens Scope' reference.
 

Uses of BlockScope in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type BlockScope
 T GASTMSwitch.caseBlockScope(BlockScope object)
          Returns the result of interpreting the object as an instance of 'Block Scope'.