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

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

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

Subinterfaces of Scope in org.eclipse.modisco.omg.gastm
 interface AggregateScope
          A representation of the model object 'Aggregate Scope'.
 interface BlockScope
          A representation of the model object 'Block Scope'.
 interface FunctionScope
          A representation of the model object 'Function Scope'.
 interface GlobalScope
          A representation of the model object 'Global Scope'.
 interface ProgramScope
          A representation of the model object 'Program Scope'.
 

Methods in org.eclipse.modisco.omg.gastm that return Scope
 Scope GASTMFactory.createScope()
          Returns a new object of class 'Scope'.
 

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

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