public static final class Expr.LetBinding<A>
extends java.lang.Object
let-expression.| Constructor and Description |
|---|
LetBinding(java.lang.String name,
A type,
A value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
A |
getType() |
A |
getValue() |
boolean |
hasType() |