|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EvaluateStmt
A representation of an EVALUATE statement in the PROCEDURE division. The END-EVALUATE keyword is not represented in the model.
The following features are supported:
COBOLPackage.getEvaluateStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.util.List |
getSubjects()
Returns the value of the 'Subjects' containment reference list. |
java.util.List |
getWhenBlocks()
Returns the value of the 'When Blocks' containment reference list. |
java.util.List |
getWhenOther()
Returns the value of the 'When Other' containment reference list. |
boolean |
isEndEvaluateUsed()
Returns the value of the 'End Evaluate Used' attribute. |
void |
setEndEvaluateUsed(boolean value)
Sets the value of the ' End Evaluate Used' 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 |
|---|
java.util.List getSubjects()
Expr.
The list contains the expressions before the WHEN phrases.
COBOLPackage.getEvaluateStmt_Subjects()java.util.List getWhenBlocks()
EvaluateWhenBlock.
COBOLPackage.getEvaluateStmt_WhenBlocks()java.util.List getWhenOther()
Stmt.
The list contains the statements in the WHEN OTHER phrase.
COBOLPackage.getEvaluateStmt_WhenOther()boolean isEndEvaluateUsed()
The value is true if END-EVALUATE is present; false otherwise.
setEndEvaluateUsed(boolean),
COBOLPackage.getEvaluateStmt_EndEvaluateUsed()void setEndEvaluateUsed(boolean value)
End Evaluate Used' attribute.
value - the new value of the 'End Evaluate Used' attribute.isEndEvaluateUsed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||