Package | Description |
---|---|
composite.four |
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) |
Expr |
ExprBuilder.toExpr() |
Modifier and Type | Method and Description |
---|---|
void |
ExprBuilder.add(Expr e) |
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) |