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

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

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

Methods in org.eclipse.modisco.omg.gastm that return FormalParameterDeclaration
 FormalParameterDeclaration GASTMFactory.createFormalParameterDeclaration()
          Returns a new object of class 'Formal Parameter Declaration'.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type FormalParameterDeclaration
 T GASTMSwitch.caseFormalParameterDeclaration(FormalParameterDeclaration object)
          Returns the result of interpreting the object as an instance of 'Formal Parameter Declaration'.