Creates a UnaryOperation
from the given argument.
If the argument is not an expression, it will be wrapped in an appropriate literal.
Source
UnaryOperator(exp) {
this.exp = _toExpression(exp);
}
Creates a UnaryOperation
from the given argument.
If the argument is not an expression, it will be wrapped in an appropriate literal.
UnaryOperator(exp) {
this.exp = _toExpression(exp);
}