public class ExprFactory extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
ExprFactory.BinOp |
private static class |
ExprFactory.Const |
private static interface |
ExprFactory.Op |
private static class |
ExprFactory.OpAdd |
private static class |
ExprFactory.OpDiv |
private static class |
ExprFactory.OpMul |
private static class |
ExprFactory.OpSub |
Modifier | Constructor and Description |
---|---|
private |
ExprFactory() |
private ExprFactory()