|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StartStmt
A representation of a START statement in the PROCEDURE division.
The following features are supported:
COBOLPackage.getStartStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
FileDescriptionEntry |
getFile()
Returns the value of the 'File' reference. |
java.util.List |
getInvalidKey()
Returns the value of the 'Invalid Key' containment reference list. |
KeyCondition |
getKeyCondition()
Returns the value of the 'Key Condition' containment reference. |
java.util.List |
getNotInvalidKey()
Returns the value of the 'Not Invalid Key' containment reference list. |
boolean |
isEndStartUsed()
Returns the value of the 'End Start Used' attribute. |
void |
setEndStartUsed(boolean value)
Sets the value of the ' End Start Used' attribute. |
void |
setFile(FileDescriptionEntry value)
Sets the value of the ' File' reference. |
void |
setKeyCondition(KeyCondition value)
Sets the value of the ' Key Condition' containment reference. |
| 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 |
|---|
FileDescriptionEntry getFile()
setFile(FileDescriptionEntry),
COBOLPackage.getStartStmt_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()KeyCondition getKeyCondition()
The value is a representation of the KEY phrase.
setKeyCondition(KeyCondition),
COBOLPackage.getStartStmt_KeyCondition()void setKeyCondition(KeyCondition value)
Key Condition' containment reference.
value - the new value of the 'Key Condition' containment reference.getKeyCondition()java.util.List getInvalidKey()
Stmt.
The list contains the statements in the INVALID KEY phrase.
COBOLPackage.getStartStmt_InvalidKey()java.util.List getNotInvalidKey()
Stmt.
The list contains the statements in the NOT INVALID KEY phrase.
COBOLPackage.getStartStmt_NotInvalidKey()boolean isEndStartUsed()
The value is true if END-START is present; false otherwise.
setEndStartUsed(boolean),
COBOLPackage.getStartStmt_EndStartUsed()void setEndStartUsed(boolean value)
End Start Used' attribute.
value - the new value of the 'End Start Used' attribute.isEndStartUsed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||