com.japisoft.formula.operator
Class OperatorFactory_hpImpl

java.lang.Object
  |
  +--com.japisoft.formula.operator.OperatorFactoryImpl
        |
        +--com.japisoft.formula.operator.OperatorFactory_hpImpl
All Implemented Interfaces:
OperatorFactory

public class OperatorFactory_hpImpl
extends OperatorFactoryImpl

This factory provides operators for the high precison mode. This is called for building the syntax tree. User can override any operators or add its own operators here.

Version:
1.0
Author:
(c) 2005 JAPISoft / http://www.japisoft.com

Constructor Summary
OperatorFactory_hpImpl()
           
 
Methods inherited from class com.japisoft.formula.operator.OperatorFactoryImpl
getBinaryOperator, getTernaryOperator, getUnaryOperator, setBinaryOperator, setTernaryOperator, setUnaryOperator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorFactory_hpImpl

public OperatorFactory_hpImpl()