|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseProgram
A representation of a base program.
The following features are supported:
COBOLPackage.getBaseProgram()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataDivision |
getDataDivision()
Returns the value of the 'Data Division' containment reference. |
EnvironmentDivision |
getEnvironmentDivision()
Returns the value of the 'Environment Division' containment reference. |
IdentificationDivision |
getIdentificationDivision()
Returns the value of the 'Identification Division' containment reference. |
java.util.List |
getNestedPrograms()
Returns the value of the 'Nested Programs' containment reference list. |
void |
setDataDivision(DataDivision value)
Sets the value of the ' Data Division' containment reference. |
void |
setEnvironmentDivision(EnvironmentDivision value)
Sets the value of the ' Environment Division' containment reference. |
void |
setIdentificationDivision(IdentificationDivision value)
Sets the value of the ' Identification Division' containment reference. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.NamedElement |
|---|
getName, setName |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
IdentificationDivision getIdentificationDivision()
setIdentificationDivision(IdentificationDivision),
COBOLPackage.getBaseProgram_IdentificationDivision()void setIdentificationDivision(IdentificationDivision value)
Identification Division' containment reference.
value - the new value of the 'Identification Division' containment reference.getIdentificationDivision()EnvironmentDivision getEnvironmentDivision()
setEnvironmentDivision(EnvironmentDivision),
COBOLPackage.getBaseProgram_EnvironmentDivision()void setEnvironmentDivision(EnvironmentDivision value)
Environment Division' containment reference.
value - the new value of the 'Environment Division' containment reference.getEnvironmentDivision()DataDivision getDataDivision()
setDataDivision(DataDivision),
COBOLPackage.getBaseProgram_DataDivision()void setDataDivision(DataDivision value)
Data Division' containment reference.
value - the new value of the 'Data Division' containment reference.getDataDivision()java.util.List getNestedPrograms()
BaseProgram.
COBOLPackage.getBaseProgram_NestedPrograms()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||