public class ParenExpr extends Expr
| Constructor and Description |
|---|
ParenExpr(Attributes attr,
MultiExpr multiExpr) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
accept(Transformer tf) |
MultiExpr |
multiExpr() |
ParenExpr |
update(MultiExpr multiExpr) |
attributes, line, sourceInfopublic ParenExpr(Attributes attr, MultiExpr multiExpr)
Copyright © 2016–2017. All rights reserved.