|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DisplayStmt
A representation of a DISPLAY statement in the PROCEDURE division.
The following features are supported:
COBOLPackage.getDisplayStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
Environment |
getEnvironment()
Returns the value of the 'Environment' containment reference. |
MnemonicName |
getEnvironmentName()
Returns the value of the 'Environment Name' reference. |
java.util.List |
getItems()
Returns the value of the 'Items' containment reference list. |
boolean |
isWithNoAdvancing()
Returns the value of the 'With No Advancing' attribute. |
void |
setEnvironment(Environment value)
Sets the value of the ' Environment' containment reference. |
void |
setEnvironmentName(MnemonicName value)
Sets the value of the ' Environment Name' reference. |
void |
setWithNoAdvancing(boolean value)
Sets the value of the ' With No Advancing' attribute. |
| 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 getItems()
DataRefOrLiteral.
The list contains the data items or literals to display.
COBOLPackage.getDisplayStmt_Items()MnemonicName getEnvironmentName()
The value is a mnemonic name.
setEnvironmentName(MnemonicName),
COBOLPackage.getDisplayStmt_EnvironmentName()void setEnvironmentName(MnemonicName value)
Environment Name' reference.
value - the new value of the 'Environment Name' reference.getEnvironmentName()Environment getEnvironment()
setEnvironment(Environment),
COBOLPackage.getDisplayStmt_Environment()void setEnvironment(Environment value)
Environment' containment reference.
value - the new value of the 'Environment' containment reference.getEnvironment()boolean isWithNoAdvancing()
The value is true if the WITH NO ADVANCING clause is present; false otherwise.
setWithNoAdvancing(boolean),
COBOLPackage.getDisplayStmt_WithNoAdvancing()void setWithNoAdvancing(boolean value)
With No Advancing' attribute.
value - the new value of the 'With No Advancing' attribute.isWithNoAdvancing()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||