| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseFunctionMemberAttributes(FunctionMemberAttributes object)
Returns the result of interpreting the object as an instance of 'Function Member Attributes'.
|