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

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

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

Methods in org.eclipse.modisco.omg.gastm that return FunctionScope
 FunctionScope GASTMFactory.createFunctionScope()
          Returns a new object of class 'Function Scope'.
 FunctionScope FunctionDefinition.getOpensScope()
          Returns the value of the 'Opens Scope' reference.
 

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

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

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