|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReplacingClause
A representation of a REPLACING clause in an INITIALIZE statement.
The following features are supported:
COBOLPackage.getReplacingClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataRefOrLiteral |
getBy()
Returns the value of the 'By' containment reference. |
DataCategory |
getCategory()
Returns the value of the 'Category' attribute. |
void |
setBy(DataRefOrLiteral value)
Sets the value of the ' By' containment reference. |
void |
setCategory(DataCategory value)
Sets the value of the ' Category' 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 |
|---|
DataCategory getCategory()
DataCategory.
The value is a representation of the category following the REPLACING keyword.
DataCategory,
setCategory(DataCategory),
COBOLPackage.getReplacingClause_Category()void setCategory(DataCategory value)
Category' attribute.
value - the new value of the 'Category' attribute.DataCategory,
getCategory()DataRefOrLiteral getBy()
The value is the data item or literal specified after the BY keyword.
setBy(DataRefOrLiteral),
COBOLPackage.getReplacingClause_By()void setBy(DataRefOrLiteral value)
By' containment reference.
value - the new value of the 'By' containment reference.getBy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||