Package | Description |
---|---|
enumeration | |
visitor.expr |
Modifier and Type | Field and Description |
---|---|
static Op |
Op.ADD |
static Op |
Op.DIV |
static Op |
Op.MUL |
static Op |
Op.SUB |
Modifier and Type | Method and Description |
---|---|
T |
ExprVisitor.visitBinOp(Expr l,
Op op,
Expr r) |