public class ExprFactory2 extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
ExprFactory2.BinOp |
private static class |
ExprFactory2.Const |
private static class |
ExprFactory2.PlusOp |
Modifier | Constructor and Description |
---|---|
private |
ExprFactory2() |
Modifier and Type | Method and Description |
---|---|
static Expr |
newConst(int v) |
static Expr |
newPlus(Expr l,
Expr r) |