| Modifier and Type | Interface and Description |
|---|---|
interface |
ExprArithAdd
A representation of an add 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.
|