public interface IBinaryOperatorStatement extends IConstraint
| Modifier and Type | Interface and Description |
|---|---|
static class |
IBinaryOperatorStatement.Operator
Available operators.
|
NEWLINE| Modifier and Type | Method and Description |
|---|---|
IConstraint |
getLeft()
Return the left parameter.
|
IBinaryOperatorStatement.Operator |
getOperator()
Return the constant indicating which operator applies.
|
IConstraint |
getRight()
Return the right parameter.
|
getNRLDataType, setNRLDataTypeaccept, dump, getColumn, getLine, getUserData, setUserDataIConstraint getLeft()
IConstraint getRight()
IBinaryOperatorStatement.Operator getOperator()
Copyright © 2006-2013. All Rights Reserved.