Uses of Class
infix2postfix.UnaryOperator

Uses of UnaryOperator in infix2postfix
 

Subclasses of UnaryOperator in infix2postfix
 class UnaryFunctionOperator
          This class represents unary function operator like java.lang.Math#sin (double).
 

Methods in infix2postfix with parameters of type UnaryOperator
protected  java.lang.Object PostfixEvaluator.evaluate(java.lang.Object operand, UnaryOperator operator)
          Evaluates a unary operator.