public class Expr
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
Expr.Aggregate |
static class |
Expr.Array |
static class |
Expr.Binary |
static class |
Expr.Cond |
static class |
Expr.Const |
static class |
Expr.Creat |
static class |
Expr.Hash |
static class |
Expr.Paren |
static class |
Expr.Term |
static class |
Expr.Unary |
Constructor and Description |
---|
Expr() |