public interface Project extends GASTMSemanticObject
The following features are supported:
GASTMPackage.getProject()| Modifier and Type | Method and Description |
|---|---|
|
getFiles()
Returns the value of the 'Files' containment reference list.
|
GlobalScope |
getOuterScope()
Returns the value of the 'Outer Scope' reference.
|
void |
setOuterScope(GlobalScope value)
Sets the value of the '
Outer Scope' reference. |
getFiles()
CompilationUnit.
If the meaning of the 'Files' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getProject_Files()GlobalScope getOuterScope()
If the meaning of the 'Outer Scope' reference isn't clear, there really should be more of a description here...
setOuterScope(GlobalScope),
GASTMPackage.getProject_OuterScope()void setOuterScope(GlobalScope value)
Outer Scope' reference.
value - the new value of the 'Outer Scope' reference.getOuterScope()