public abstract class Expr extends java.lang.Object implements Tree
| Modifier and Type | Field and Description |
|---|---|
private Type |
resultType |
| Modifier | Constructor and Description |
|---|---|
protected |
Expr(Type resultType) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getResultType() |