Package | Description |
---|---|
enumeration2 |
Modifier and Type | Class and Description |
---|---|
(package private) class |
BinOp |
(package private) class |
Const |
Modifier and Type | Field and Description |
---|---|
private Expr |
BinOp.l |
private Expr |
BinOp.r |
Modifier and Type | Method and Description |
---|---|
static Expr |
ExprFactory.newConst(int v) |
static Expr |
ExprFactory.newMinus(Expr l,
Expr r) |
static Expr |
ExprFactory.newMult(Expr l,
Expr r) |
static Expr |
ExprFactory.newPlus(Expr l,
Expr r) |
static Expr |
ExprFactory.newQuot(Expr l,
Expr r) |
Modifier and Type | Method and Description |
---|---|
static Expr |
ExprFactory.newMinus(Expr l,
Expr r) |
static Expr |
ExprFactory.newMult(Expr l,
Expr r) |
static Expr |
ExprFactory.newPlus(Expr l,
Expr r) |
static Expr |
ExprFactory.newQuot(Expr l,
Expr r) |
Constructor and Description |
---|
BinOp(Expr l,
Op op,
Expr r) |