org.eclipse.modisco.omg.gastm
Interface Scope

All Superinterfaces:
GASTMObject, GASTMSemanticObject
All Known Subinterfaces:
AggregateScope, BlockScope, FunctionScope, GlobalScope, ProgramScope

public interface Scope
extends GASTMSemanticObject

A representation of the model object 'Scope'.

The following features are supported:

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

Method Summary
  getChildScope()
          Returns the value of the 'Child Scope' reference list.
  getDefinitionObject()
          Returns the value of the 'Definition Object' containment reference list.
 

Method Detail

getDefinitionObject

 getDefinitionObject()
Returns the value of the 'Definition Object' containment reference list. The list contents are of type DefinitionObject.

If the meaning of the 'Definition Object' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Definition Object' containment reference list.
See Also:
GASTMPackage.getScope_DefinitionObject()
Generated:
Model:
containment="true"

getChildScope

 getChildScope()
Returns the value of the 'Child Scope' reference list. The list contents are of type Scope.

If the meaning of the 'Child Scope' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Child Scope' reference list.
See Also:
GASTMPackage.getScope_ChildScope()
Generated:
Model: