public class FieldExpr extends AssignableExpr
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
field |
Expr |
target |
int |
typeIndex |
| Constructor and Description |
|---|
FieldExpr(Expr target,
java.lang.String field) |
| Modifier and Type | Method and Description |
|---|---|
Exp |
accept(TreeVisitor v) |
Type |
accept(TypeVisitor v) |
void |
accept(Visitor v)
Visitor pattern dispatch.
|
public Expr target
public java.lang.String field
public int typeIndex
public FieldExpr(Expr target, java.lang.String field)
public void accept(Visitor v)
public Type accept(TypeVisitor v)