Uses of Class
org.apache.commons.el.UnaryOperator

Packages that use UnaryOperator
org.apache.commons.el   
 

Uses of UnaryOperator in org.apache.commons.el
 

Subclasses of UnaryOperator in org.apache.commons.el
 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
 

Methods in org.apache.commons.el that return UnaryOperator
 UnaryOperator UnaryOperatorExpression.getOperator()
           
 

Methods in org.apache.commons.el with parameters of type UnaryOperator
 void UnaryOperatorExpression.setOperator(UnaryOperator pOperator)
           
 

Constructors in org.apache.commons.el with parameters of type UnaryOperator
UnaryOperatorExpression(UnaryOperator pOperator, List pOperators, Expression pExpression)
          Constructor
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.