public abstract class WrapperExpression extends Object implements Expression
It wraps one another expressions, basically designed for 'not' expression
| 构造器和说明 |
|---|
WrapperExpression(Object object)
Create a WrapperExpression with a Map
|
| 限定符和类型 | 方法和说明 |
|---|---|
Expression |
getExpression()
Get the wrapped expression
|
void |
setExpression(Expression expression)
Set the wrapped expression
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidatepublic WrapperExpression(Object object) throws AzukiException
object - should be a Map, will be passed to Azuki.build(Object)AzukiException - exceptionpublic Expression getExpression()
public void setExpression(Expression expression)
expression - wrapped expressionCopyright © 2019. All rights reserved.