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

All Superinterfaces:
ASTNode, DataRef, DataRefOrIndexRef, DataRefOrLiteral, DataRefOrLiteralOrIndexRef, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface RefMod
extends DataRef

A representation of a reference modifier.

The following features are supported:

See Also:
COBOLPackage.getRefMod()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Expr getLen()
          Returns the value of the 'Len' containment reference.
 DataRef getRef()
          Returns the value of the 'Ref' containment reference.
 Expr getStartPos()
          Returns the value of the 'Start Pos' containment reference.
 void setLen(Expr value)
          Sets the value of the 'Len' containment reference.
 void setRef(DataRef value)
          Sets the value of the 'Ref' containment reference.
 void setStartPos(Expr value)
          Sets the value of the 'Start Pos' containment reference.
 
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

See Also:
Constant Field Values
Method Detail

getRef

DataRef getRef()
Returns the value of the 'Ref' containment reference.

The value is a representation of the table reference being modified.

Returns:
the value of the 'Ref' containment reference.
See Also:
setRef(DataRef), COBOLPackage.getRefMod_Ref()

setRef

void setRef(DataRef value)
Sets the value of the 'Ref' containment reference.

Parameters:
value - the new value of the 'Ref' containment reference.
See Also:
getRef()

getStartPos

Expr getStartPos()
Returns the value of the 'Start Pos' containment reference.

The value is the start position.

Returns:
the value of the 'Start Pos' containment reference.
See Also:
setStartPos(Expr), COBOLPackage.getRefMod_StartPos()

setStartPos

void setStartPos(Expr value)
Sets the value of the 'Start Pos' containment reference.

Parameters:
value - the new value of the 'Start Pos' containment reference.
See Also:
getStartPos()

getLen

Expr getLen()
Returns the value of the 'Len' containment reference.

The value is the length.

Returns:
the value of the 'Len' containment reference.
See Also:
setLen(Expr), COBOLPackage.getRefMod_Len()

setLen

void setLen(Expr value)
Sets the value of the 'Len' containment reference.

Parameters:
value - the new value of the 'Len' containment reference.
See Also:
getLen()