|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RefMod
A representation of a reference modifier.
The following features are supported:
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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
DataRef getRef()
The value is a representation of the table reference being modified.
setRef(DataRef),
COBOLPackage.getRefMod_Ref()void setRef(DataRef value)
Ref' containment reference.
value - the new value of the 'Ref' containment reference.getRef()Expr getStartPos()
The value is the start position.
setStartPos(Expr),
COBOLPackage.getRefMod_StartPos()void setStartPos(Expr value)
Start Pos' containment reference.
value - the new value of the 'Start Pos' containment reference.getStartPos()Expr getLen()
The value is the length.
setLen(Expr),
COBOLPackage.getRefMod_Len()void setLen(Expr value)
Len' containment reference.
value - the new value of the 'Len' containment reference.getLen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||