|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompilationUnit
A representation of the model object 'Compilation Unit'.
The following features are supported:
GASTMPackage.getCompilationUnit()
Method Summary | |
---|---|
|
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. |
Methods inherited from interface org.eclipse.modisco.omg.gastm.SourceFile |
---|
getPath, setPath |
Method Detail |
---|
java.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |