| Package | Description | 
|---|---|
| enumeration2 | 
| 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)  |