public interface EntryStmt extends Stmt, com.ibm.etools.cobol.application.model.cobol.ProcedureDivisionOrEntryStmt
The following features are supported:
COBOLPackage.getEntryStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryName()
Returns the value of the 'Entry Name' attribute.
|
java.util.List |
getUsing()
Returns the value of the 'Using' containment reference list.
|
void |
setEntryName(java.lang.String value)
Sets the value of the '
Entry Name' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getEntryName()
The value is the literal directly after the ENTRY keyword.
setEntryName(String),
COBOLPackage.getEntryStmt_EntryName()void setEntryName(java.lang.String value)
Entry Name' attribute.
value - the new value of the 'Entry Name' attribute.getEntryName()java.util.List getUsing()
FormalParameter.
The list contains the formal parameters in the USING clause.
COBOLPackage.getEntryStmt_Using()