public class UnaryOperationExpression extends Expression
Constructor and Description |
---|
UnaryOperationExpression(Position position,
UnaryOperator calculator,
Expression operand) |
Modifier and Type | Method and Description |
---|---|
Expression |
getOperand() |
UnaryOperator |
getOperator() |
getPosition
public UnaryOperationExpression(Position position, UnaryOperator calculator, Expression operand)
public UnaryOperator getOperator()
public Expression getOperand()