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

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

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

Methods in org.eclipse.modisco.omg.gastm that return FunctionMemberAttributes
 FunctionMemberAttributes GASTMFactory.createFunctionMemberAttributes()
          Returns a new object of class 'Function Member Attributes'.
 FunctionMemberAttributes FunctionDeclaration.getFunctionMemberAttributes()
          Returns the value of the 'Function Member Attributes' containment reference.
 FunctionMemberAttributes FunctionDefinition.getFunctionMemberAttributes()
          Returns the value of the 'Function Member Attributes' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type FunctionMemberAttributes
 void FunctionDeclaration.setFunctionMemberAttributes(FunctionMemberAttributes value)
          Sets the value of the 'Function Member Attributes' containment reference.
 void FunctionDefinition.setFunctionMemberAttributes(FunctionMemberAttributes value)
          Sets the value of the 'Function Member Attributes' containment reference.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type FunctionMemberAttributes
 T GASTMSwitch.caseFunctionMemberAttributes(FunctionMemberAttributes object)
          Returns the result of interpreting the object as an instance of 'Function Member Attributes'.