public final class UnaryExpression extends ValueObject implements Expression
Modifier and Type | Field and Description |
---|---|
Expression |
operand |
Op |
operator |
Constructor and Description |
---|
UnaryExpression(Op operator,
Expression operand) |
public final Expression operand
public final Op operator
public UnaryExpression(Op operator, Expression operand)
Copyright © 2013–2016 jparsec. All rights reserved.