public interface EvaluateStmt extends Stmt
The following features are supported:
COBOLPackage.getEvaluateStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()