public interface CompilationUnit extends SourceFile
The following features are supported:
GASTMPackage.getCompilationUnit()| Modifier and Type | Method and Description |
|---|---|
|
getFragments()
Returns the value of the 'Fragments' containment reference list.
|
java.lang.String |
getLanguage()
Returns the value of the 'Language' attribute.
|
ProgramScope |
getOpensScope()
Returns the value of the 'Opens Scope' reference.
|
void |
setLanguage(java.lang.String value)
Sets the value of the '
Language' attribute. |
void |
setOpensScope(ProgramScope value)
Sets the value of the '
Opens Scope' reference. |
getPath, setPathjava.lang.String getLanguage()
If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...
setLanguage(String),
GASTMPackage.getCompilationUnit_Language()void setLanguage(java.lang.String value)
Language' attribute.
value - the new value of the 'Language' attribute.getLanguage()getFragments()
DefinitionObject.
If the meaning of the 'Fragments' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getCompilationUnit_Fragments()ProgramScope getOpensScope()
If the meaning of the 'Opens Scope' reference isn't clear, there really should be more of a description here...
setOpensScope(ProgramScope),
GASTMPackage.getCompilationUnit_OpensScope()void setOpensScope(ProgramScope value)
Opens Scope' reference.
value - the new value of the 'Opens Scope' reference.getOpensScope()