public interface IArithmeticExpression extends IExpression
| Modifier and Type | Interface and Description |
|---|---|
static class |
IArithmeticExpression.Operator
The available arithmetic operators.
|
NEWLINE| Modifier and Type | Method and Description |
|---|---|
IExpression |
getLeft()
Get the first parameter.
|
IArithmeticExpression.Operator |
getOperator()
Return the operator
|
IExpression |
getRight()
Get the second parameter.
|
getNRLDataType, setNRLDataTypeaccept, dump, getColumn, getLine, getUserData, setUserDataIExpression getLeft()
IExpression getRight()
IArithmeticExpression.Operator getOperator()
Copyright © 2006-2013. All Rights Reserved.