| Modifier and Type | Interface and Description |
|---|---|
interface |
ExprArithAdd
A representation of an add arithmetic expression.
|
interface |
ExprArithBinary
A representation of a binary arithmetic expression.
|
interface |
ExprArithDivide
A representation of a divide arithmetic expression.
|
interface |
ExprArithExpo
A representation of an exponentiation arithmetic expression.
|
interface |
ExprArithMultiply
A representation of a multiply arithmetic expression.
|
interface |
ExprArithSubtract
A representation of a subtract arithmetic expression.
|
interface |
ExprArithUnaryMinus
A representation of a unary minus arithmetic expression.
|
interface |
ExprArithUnaryPlus
A representation of a unary plus arithmetic expression.
|