|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EnterStmt
A representation of the ENTER compiler-directing statement.
The following features are supported:
COBOLPackage.getEnterStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getLanguageName()
Returns the value of the 'Language Name' attribute. |
java.lang.String |
getRoutineName()
Returns the value of the 'Routine Name' attribute. |
void |
setLanguageName(java.lang.String value)
Sets the value of the ' Language Name' attribute. |
void |
setRoutineName(java.lang.String value)
Sets the value of the ' Routine Name' 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.lang.String getLanguageName()
setLanguageName(String),
COBOLPackage.getEnterStmt_LanguageName()void setLanguageName(java.lang.String value)
Language Name' attribute.
value - the new value of the 'Language Name' attribute.getLanguageName()java.lang.String getRoutineName()
The value is the routine name; if there is no routine name, the value is null.
setRoutineName(String),
COBOLPackage.getEnterStmt_RoutineName()void setRoutineName(java.lang.String value)
Routine Name' attribute.
value - the new value of the 'Routine Name' attribute.getRoutineName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||