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

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

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

Methods in org.eclipse.modisco.omg.gastm that return ProgramScope
 ProgramScope GASTMFactory.createProgramScope()
          Returns a new object of class 'Program Scope'.
 ProgramScope CompilationUnit.getOpensScope()
          Returns the value of the 'Opens Scope' reference.
 

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

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

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