|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Section
A representation of a section in the PROCEDURE division.
The following features are supported:
COBOLPackage.getSection()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.util.List |
getParagraphs()
Returns the value of the 'Paragraphs' containment reference list. |
short |
getPriorityNumber()
Returns the value of the 'Priority Number' attribute. |
java.util.List |
getSentences()
Returns the value of the 'Sentences' containment reference list. |
void |
setPriorityNumber(short value)
Sets the value of the ' Priority Number' attribute. |
| 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 |
|---|
java.util.List getParagraphs()
Paragraph.
COBOLPackage.getSection_Paragraphs()short getPriorityNumber()
setPriorityNumber(short),
COBOLPackage.getSection_PriorityNumber()void setPriorityNumber(short value)
Priority Number' attribute.
value - the new value of the 'Priority Number' attribute.getPriorityNumber()java.util.List getSentences()
Sentence.
The value is a list of the sentences that are not in paragraphs; if there are no such sentences, the list is empty.
COBOLPackage.getSection_Sentences()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||