public interface UnaryExpression extends Expression
[JLS3:15.15] Unary Operators
Modifier and Type | Method and Description |
---|---|
Expression |
getOperand()
Returns the operand term.
|
UnaryOperator |
getOperator()
Returns the unary operator.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
UnaryOperator getOperator()
Expression getOperand()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.