com.japisoft.formula.operator
Class OperatorFactory_hpImpl

java.lang.Object
  extended bycom.japisoft.formula.operator.OperatorFactoryImpl
      extended bycom.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()
           
 
Method Summary
protected  void init()
           
 
Methods inherited from class com.japisoft.formula.operator.OperatorFactoryImpl
getBinaryOperator, getTernaryOperator, getUnaryOperator, setBinaryOperator, setTernaryOperator, setUnaryOperator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorFactory_hpImpl

public OperatorFactory_hpImpl()
Method Detail

init

protected void init()
Overrides:
init in class OperatorFactoryImpl