Uses of Class
infix2postfix.OperandManager

Uses of OperandManager in infix2postfix
 

Subclasses of OperandManager in infix2postfix
 class BooleanOperandManager
          This class represents boolean operand manager.
 class DoubleOperandManager
          This class represents double operand manager.
 class FloatOperandManager
          This class represents float operand manager.
 class IntegerOperandManager
          This class represents integer operand manager.
 class LongOperandManager
          This class represents long operand manager.
 class NumericOperandManager
          This class represents Numeric Operand Manager.
 

Fields in infix2postfix declared as OperandManager
protected  OperandManager PostfixEvaluator.operandManager
          Operand Manager object reference.
private  OperandManager Infix2PostfixConverter.operandManager
          Operand Mananger to be used for this conversion
protected  OperandManager Infix2PostfixClient.operandManager
          Operand Manager reference
 

Methods in infix2postfix that return OperandManager
 OperandManager Infix2PostfixClient.getOperandManager()
          Returns operand manager associated with this client.
 

Methods in infix2postfix with parameters of type OperandManager
protected  void PostfixEvaluator.setOperandManager(OperandManager operandManager)
          Sets operand manager for this evaluator object.
protected  void Infix2PostfixConverter.setOperandManager(OperandManager operandManager)
          Sets an operand manager for this coversion.
 

Constructors in infix2postfix with parameters of type OperandManager
PostfixEvaluator(OperandManager operandManager)
          Constructor
Infix2PostfixConverter(OperandManager operandManager)
          Constructor
CollectionPostfixEvaluator(OperandManager operandManager)
          Constructor
StringPostfixEvaluator(OperandManager operandManager)
          Constructor