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

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

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

Methods in org.eclipse.modisco.omg.gastm that return FunctionDeclaration
 FunctionDeclaration GASTMFactory.createFunctionDeclaration()
          Returns a new object of class 'Function Declaration'.
 

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

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