com.ibm.etools.cobol.application.model.cobol
Interface SetPointersToAddressStmt

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SetPointersStmt, SetStmt, Stmt

Deprecated. Use SetPointersToPointerStmt.

The following features are supported:

public interface SetPointersToAddressStmt
extends SetPointersStmt

A representation of a SET statement that sets pointers to an address.

See Also:
COBOLPackage.getSetPointersToAddressStmt()

Field Summary
static java.lang.String copyright
          Deprecated.  
 
Method Summary
 DataRef getSendingArea()
          Deprecated. Returns the value of the 'Sending Area' containment reference.
 void setSendingArea(DataRef value)
          Deprecated. Sets the value of the 'Sending Area' containment reference.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.SetPointersStmt
getPointers
 
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

copyright

static final java.lang.String copyright
Deprecated. 

See Also:
Constant Field Values
Method Detail

getSendingArea

DataRef getSendingArea()
Deprecated. 
Returns the value of the 'Sending Area' containment reference.

The value is the data item specified in the sending area; the address of the data item is the value that is set.

Returns:
the value of the 'Sending Area' containment reference.
See Also:
setSendingArea(DataRef), COBOLPackage.getSetPointersToAddressStmt_SendingArea()

setSendingArea

void setSendingArea(DataRef value)
Deprecated. 
Sets the value of the 'Sending Area' containment reference.

Parameters:
value - the new value of the 'Sending Area' containment reference.
See Also:
getSendingArea()