public class IndexExpr extends LValueExpr
| Constructor and Description |
|---|
IndexExpr(Attributes attr,
Expr object,
Expr key) |
| Modifier and Type | Method and Description |
|---|---|
LValueExpr |
accept(Transformer tf) |
Expr |
key() |
Expr |
object() |
IndexExpr |
update(Expr object,
Expr key) |
attributes, line, sourceInfopublic IndexExpr(Attributes attr, Expr object, Expr key)
public Expr object()
public Expr key()
public LValueExpr accept(Transformer tf)
accept in class LValueExprCopyright © 2016–2017. All rights reserved.