Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hartmath.initial
Class ESubtractFrom  view ESubtractFrom download ESubtractFrom.java

java.lang.Object
  extended bycom.hartmath.mapping.SFunctionEvaluator
      extended bycom.hartmath.initial.EAddTo
          extended bycom.hartmath.initial.ESubtractFrom
All Implemented Interfaces:
com.hartmath.mapping.FunctionEvaluator, com.hartmath.mapping.FunctionOpEvaluator

class ESubtractFrom
extends EAddTo

Class declaration

Version:
%I%, %G%

Constructor Summary
(package private) ESubtractFrom()
           
 
Method Summary
 com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction f, com.hartmath.lib.Session session)
          Description of the Method
 java.lang.Object execute(java.lang.Object first, java.lang.Object second, com.hartmath.lib.Session session)
          Method declaration
 int precedence()
          Method declaration
 java.lang.String toOpString(com.hartmath.expression.HFunction fun, com.hartmath.lib.Session session)
          Method declaration
 
Methods inherited from class com.hartmath.mapping.SFunctionEvaluator
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESubtractFrom

ESubtractFrom()
Method Detail

execute

public java.lang.Object execute(java.lang.Object first,
                                java.lang.Object second,
                                com.hartmath.lib.Session session)
Method declaration

Overrides:
execute in class EAddTo

toOpString

public java.lang.String toOpString(com.hartmath.expression.HFunction fun,
                                   com.hartmath.lib.Session session)
Method declaration

Specified by:
toOpString in interface com.hartmath.mapping.FunctionOpEvaluator
Overrides:
toOpString in class EAddTo

evaluate

public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction f,
                                                com.hartmath.lib.Session session)
Description of the Method


precedence

public int precedence()
Method declaration

Specified by:
precedence in interface com.hartmath.mapping.FunctionOpEvaluator