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

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

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

Methods in org.eclipse.modisco.omg.gastm that return GlobalScope
 GlobalScope GASTMFactory.createGlobalScope()
          Returns a new object of class 'Global Scope'.
 GlobalScope Project.getOuterScope()
          Returns the value of the 'Outer Scope' reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type GlobalScope
 void Project.setOuterScope(GlobalScope value)
          Sets the value of the 'Outer Scope' reference.
 

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

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