public static class Expression.Paren<E> extends Expression<E>
Modifier and Type | Class and Description |
---|---|
static class |
Expression.Paren.L<E>
A left parenthesis.
|
static class |
Expression.Paren.R<E>
A right parenthesis.
|
Expression.Apply<E>, Expression.Arg<E>, Expression.Op<E>, Expression.Paren<E>
Constructor and Description |
---|
Expression.Paren() |