public abstract class UnaryOperatorExpression<T> extends ExpressionBase<T>
| Modifier and Type | Field and Description |
|---|---|
protected VExpression<?> |
operand |
alias, javaType| Constructor and Description |
|---|
UnaryOperatorExpression(Class<? extends T> javaClass,
VExpression<?> operand) |
| Modifier and Type | Method and Description |
|---|---|
VExpression<?> |
getOperand() |
asgetAlias, getCompoundSelectionItems, getJavaType, in, in, in, in, isCompoundSelection, isNotNull, isNullaliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptin, in, in, in, isNotNull, isNullprotected VExpression<?> operand
public UnaryOperatorExpression(Class<? extends T> javaClass, VExpression<?> operand)
public VExpression<?> getOperand()
Copyright © 2017. All rights reserved.