| Class | Description |
|---|---|
| AstAnd | |
| AstBinOp |
Binary operator.
|
| AstDiv | |
| AstEq | |
| AstGe | |
| AstGt | |
| AstIfElse |
If-Else -- ternary conditional operator, equivalent of "?:" in C++ and Java.
|
| AstIntDiv |
Integer division
|
| AstIntDivR |
Language R intdiv op
|
| AstLAnd |
Logical-AND.
|
| AstLe | |
| AstLOr |
Logical-OR.
|
| AstLt | |
| AstMod | |
| AstModR |
Language R mod operator
|
| AstMul |
Multiplication
|
| AstNe | |
| AstOr | |
| AstPlus | |
| AstPow | |
| AstSub |
Subtraction
|