public interface AbbreviatedCond extends ASTNode
The following features are supported:
COBOLPackage.getAbbreviatedCond()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expr |
getObject()
Returns the value of the 'Object' containment reference.
|
RelationalOperatorClause |
getRelationalOperatorClause()
Returns the value of the 'Relational Operator Clause' containment reference.
|
boolean |
isAnd()
Returns the value of the 'And' attribute.
|
boolean |
isNot()
Returns the value of the 'Not' attribute.
|
boolean |
isOr()
Returns the value of the 'Or' attribute.
|
void |
setAnd(boolean value)
Sets the value of the '
And' attribute. |
void |
setNot(boolean value)
Sets the value of the '
Not' attribute. |
void |
setObject(Expr value)
Sets the value of the '
Object' containment reference. |
void |
setOr(boolean value)
Sets the value of the '
Or' attribute. |
void |
setRelationalOperatorClause(RelationalOperatorClause value)
Sets the value of the '
Relational Operator Clause' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isAnd()
The value is true if AND is present; false otherwise.
setAnd(boolean),
COBOLPackage.getAbbreviatedCond_And()void setAnd(boolean value)
And' attribute.
value - the new value of the 'And' attribute.isAnd()boolean isOr()
The value is true if OR is present; false otherwise.
setOr(boolean),
COBOLPackage.getAbbreviatedCond_Or()void setOr(boolean value)
Or' attribute.
value - the new value of the 'Or' attribute.isOr()boolean isNot()
The value is true if NOT is present; false otherwise.
setNot(boolean),
COBOLPackage.getAbbreviatedCond_Not()void setNot(boolean value)
Not' attribute.
value - the new value of the 'Not' attribute.isNot()RelationalOperatorClause getRelationalOperatorClause()
The value is the relational operator clause. If the clause is not present, the value is null.
setRelationalOperatorClause(RelationalOperatorClause),
COBOLPackage.getAbbreviatedCond_RelationalOperatorClause()void setRelationalOperatorClause(RelationalOperatorClause value)
Relational Operator Clause' containment reference.
value - the new value of the 'Relational Operator Clause' containment reference.getRelationalOperatorClause()Expr getObject()
The value is the object in the abbreviated condition.
setObject(Expr),
COBOLPackage.getAbbreviatedCond_Object()void setObject(Expr value)
Object' containment reference.
value - the new value of the 'Object' containment reference.getObject()