public class VarExpr extends LValueExpr
| Constructor and Description |
|---|
VarExpr(Attributes attr,
Name name) |
| Modifier and Type | Method and Description |
|---|---|
LValueExpr |
accept(Transformer tf) |
Name |
name() |
VarExpr |
with(Object o) |
VarExpr |
withAttributes(Attributes attr) |
attributes, line, sourceInfopublic VarExpr(Attributes attr, Name name)
public Name name()
public VarExpr withAttributes(Attributes attr)
public LValueExpr accept(Transformer tf)
accept in class LValueExprCopyright © 2016–2017. All rights reserved.