Uses of Class
org.jbpm.jpdl.el.impl.UnaryOperator

Packages that use UnaryOperator
org.jbpm.jpdl.el.impl implementation classes for expression language resolving. 
 

Uses of UnaryOperator in org.jbpm.jpdl.el.impl
 

Subclasses of UnaryOperator in org.jbpm.jpdl.el.impl
 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.jbpm.jpdl.el.impl that return UnaryOperator
 UnaryOperator UnaryOperatorExpression.getOperator()
           
 

Methods in org.jbpm.jpdl.el.impl with parameters of type UnaryOperator
 void UnaryOperatorExpression.setOperator(UnaryOperator pOperator)
           
 

Constructors in org.jbpm.jpdl.el.impl with parameters of type UnaryOperator
UnaryOperatorExpression(UnaryOperator pOperator, java.util.List pOperators, Expression pExpression)
          Constructor
 



Copyright © 2010 JBoss Community. All Rights Reserved.