Package | Description |
---|---|
org.apache.commons.el |
Modifier and Type | Class and Description |
---|---|
class |
EmptyOperator
The implementation of the empty operator
|
class |
NotOperator
The implementation of the not operator
|
class |
UnaryMinusOperator
The implementation of the unary minus operator
|
Modifier and Type | Method and Description |
---|---|
UnaryOperator |
UnaryOperatorExpression.getOperator() |
Modifier and Type | Method and Description |
---|---|
void |
UnaryOperatorExpression.setOperator(UnaryOperator pOperator) |
Constructor and Description |
---|
UnaryOperatorExpression(UnaryOperator pOperator,
List pOperators,
Expression pExpression)
Constructor
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.