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