|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddCorrStmt
A representation of an ADD statement with a CORRESPONDING phrase.
The following features are supported:
COBOLPackage.getAddCorrStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataRef |
getAdd()
Returns the value of the 'Add' containment reference. |
ArithOperand |
getTo()
Returns the value of the 'To' containment reference. |
void |
setAdd(DataRef value)
Sets the value of the ' Add' containment reference. |
void |
setTo(ArithOperand value)
Sets the value of the ' To' containment reference. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.AddStmt |
|---|
isEndAddUsed, setEndAddUsed |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ArithStmt |
|---|
getNotOnSizeError, getOnSizeError |
| 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 |
|---|
DataRef getAdd()
The value is the data item specified before the TO keyword.
setAdd(DataRef),
COBOLPackage.getAddCorrStmt_Add()void setAdd(DataRef value)
Add' containment reference.
value - the new value of the 'Add' containment reference.getAdd()ArithOperand getTo()
The value is the data item specified after the TO keyword.
setTo(ArithOperand),
COBOLPackage.getAddCorrStmt_To()void setTo(ArithOperand value)
To' containment reference.
value - the new value of the 'To' containment reference.getTo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||