public interface RangeExpression extends IPrimaryExpression, IConditionValue
The following features are supported:
AstPackage.getRangeExpression()
Modifier and Type | Method and Description |
---|---|
Expression |
getLeftExpr()
Returns the value of the 'Left Expr' containment reference
|
java.lang.Boolean |
getLeftInclusive()
Returns the value of the 'Left Inclusive' attribute
|
Expression |
getRightExpr()
Returns the value of the 'Right Expr' containment reference
|
java.lang.Boolean |
getRightInclusive()
Returns the value of the 'Right Inclusive' attribute
|
void |
setLeftExpr(Expression value)
Sets the value of the '
Left Expr ' containment reference |
void |
setLeftInclusive(java.lang.Boolean value)
Sets the value of the '
Left Inclusive ' attribute |
void |
setRightExpr(Expression value)
Sets the value of the '
Right Expr ' containment reference |
void |
setRightInclusive(java.lang.Boolean value)
Sets the value of the '
Right Inclusive ' attribute |
getType, setType
java.lang.Boolean getLeftInclusive()
If the meaning of the 'Left Inclusive' attribute isn't clear, there really should be more of a description here...
setLeftInclusive(Boolean)
,
AstPackage.getRangeExpression_LeftInclusive()
void setLeftInclusive(java.lang.Boolean value)
Left Inclusive
' attribute.
value
- the new value of the 'Left Inclusive' attribute.getLeftInclusive()
java.lang.Boolean getRightInclusive()
If the meaning of the 'Right Inclusive' attribute isn't clear, there really should be more of a description here...
setRightInclusive(Boolean)
,
AstPackage.getRangeExpression_RightInclusive()
void setRightInclusive(java.lang.Boolean value)
Right Inclusive
' attribute.
value
- the new value of the 'Right Inclusive' attribute.getRightInclusive()
Expression getLeftExpr()
If the meaning of the 'Left Expr' reference isn't clear, there really should be more of a description here...
setLeftExpr(Expression)
,
AstPackage.getRangeExpression_LeftExpr()
void setLeftExpr(Expression value)
Left Expr
' containment reference.
value
- the new value of the 'Left Expr' containment reference.getLeftExpr()
Expression getRightExpr()
If the meaning of the 'Right Expr' reference isn't clear, there really should be more of a description here...
setRightExpr(Expression)
,
AstPackage.getRangeExpression_RightExpr()
void setRightExpr(Expression value)
Right Expr
' containment reference.
value
- the new value of the 'Right Expr' containment reference.getRightExpr()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.