org.eclipse.modisco.omg.gastm
Interface DeclarationOrDefinitionStatement

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Statement

public interface DeclarationOrDefinitionStatement
extends Statement

A representation of the model object 'Declaration Or Definition Statement'.

The following features are supported:

See Also:
GASTMPackage.getDeclarationOrDefinitionStatement()
Generated:
Model:

Method Summary
 DefinitionObject getDeclOrDefn()
          Returns the value of the 'Decl Or Defn' containment reference.
 void setDeclOrDefn(DefinitionObject value)
          Sets the value of the 'Decl Or Defn' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getDeclOrDefn

DefinitionObject getDeclOrDefn()
Returns the value of the 'Decl Or Defn' containment reference.

If the meaning of the 'Decl Or Defn' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Decl Or Defn' containment reference.
See Also:
setDeclOrDefn(DefinitionObject), GASTMPackage.getDeclarationOrDefinitionStatement_DeclOrDefn()
Generated:
Model:
containment="true" required="true"

setDeclOrDefn

void setDeclOrDefn(DefinitionObject value)
Sets the value of the 'Decl Or Defn' containment reference.

Parameters:
value - the new value of the 'Decl Or Defn' containment reference.
See Also:
getDeclOrDefn()
Generated: