| Constructor and Description |
|---|
UnaryOperation(Expr target,
java.util.function.UnaryOperator<Obj> operator) |
| Modifier and Type | Method and Description |
|---|---|
Obj |
accept(ExprVisitor visitor,
Scope scope) |
void |
ast(java.lang.StringBuilder builder,
java.lang.String prefix,
boolean isTail) |
java.util.function.UnaryOperator<Obj> |
getOperator() |
Expr |
getTarget() |
public Expr getTarget()
public java.util.function.UnaryOperator<Obj> getOperator()
public Obj accept(ExprVisitor visitor, Scope scope)