public class UnaryExpr extends Expr
| Constructor and Description |
|---|
UnaryExpr(Expr operand,
UnaryOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptVisitor(ExprVisitor<T> visitor) |
Expr |
getOperand() |
UnaryOperation |
getOperation() |
void |
setOperand(Expr operand) |
public UnaryExpr(Expr operand, UnaryOperation operation)
public Expr getOperand()
public void setOperand(Expr operand)
public UnaryOperation getOperation()
public <T> T acceptVisitor(ExprVisitor<T> visitor)
acceptVisitor in class ExprCopyright © 2019. All rights reserved.