Package | Description |
---|---|
composite.three |
Modifier and Type | Class and Description |
---|---|
private static class |
ExprFactory.OpAdd |
private static class |
ExprFactory.OpDiv |
private static class |
ExprFactory.OpMul |
private static class |
ExprFactory.OpSub |
Modifier and Type | Field and Description |
---|---|
private ExprFactory.Op |
ExprFactory.BinOp.op |
Constructor and Description |
---|
BinOp(Expr l,
ExprFactory.Op op,
Expr r) |