|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExprSignCond
A representation of a sign condition expression. Expressions that are not data references are not supported.
The following features are supported:
COBOLPackage.getExprSignCond()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataRef |
getDataRef()
Returns the value of the 'Data Ref' containment reference. |
SignType |
getSignType()
Returns the value of the 'Sign Type' attribute. |
void |
setDataRef(DataRef value)
Sets the value of the ' Data Ref' containment reference. |
void |
setSignType(SignType value)
Sets the value of the ' Sign Type' 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 |
|---|
DataRef getDataRef()
The value is the data item in the condition.
setDataRef(DataRef),
COBOLPackage.getExprSignCond_DataRef()void setDataRef(DataRef value)
Data Ref' containment reference.
value - the new value of the 'Data Ref' containment reference.getDataRef()SignType getSignType()
SignType.
The value is either NEGATIVE, POSITIVE, or ZERO.
SignType,
setSignType(SignType),
COBOLPackage.getExprSignCond_SignType()void setSignType(SignType value)
Sign Type' attribute.
value - the new value of the 'Sign Type' attribute.SignType,
getSignType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||