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

Quick Search    Search Deep

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

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

class E_Function_Body_
extends com.hartmath.mapping.SFunctionEvaluator
implements com.hartmath.mapping.FunctionOpEvaluator


Constructor Summary
(package private) E_Function_Body_()
           
 
Method Summary
 com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction hmFunction, com.hartmath.lib.Session hmSession)
          Evaluate the given function if possible.
 int precedence()
          Gives the precedence of the operator.
 java.lang.String toOpString(com.hartmath.expression.HFunction fun, com.hartmath.lib.Session session)
          Prints the given function in a special operator notation
 
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

E_Function_Body_

E_Function_Body_()
Method Detail

evaluate

public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction hmFunction,
                                                com.hartmath.lib.Session hmSession)
Description copied from class: com.hartmath.mapping.SFunctionEvaluator
Evaluate the given function if possible.


toOpString

public java.lang.String toOpString(com.hartmath.expression.HFunction fun,
                                   com.hartmath.lib.Session session)
Description copied from interface: com.hartmath.mapping.FunctionOpEvaluator
Prints the given function in a special operator notation

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

precedence

public int precedence()
Description copied from interface: com.hartmath.mapping.FunctionOpEvaluator
Gives the precedence of the operator.

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