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

Quick Search    Search Deep

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

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

class ELessEqual
extends com.hartmath.mapping.E2SArg
implements com.hartmath.mapping.FunctionOpEvaluator

Description of the Class


Constructor Summary
ELessEqual()
          Constructor for the ELessEqual object
 
Method Summary
 com.hartmath.expression.HObject e2ObjArg(com.hartmath.expression.HObject o0, com.hartmath.expression.HObject o1, 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.E2SArg
binaryOperator, compareAddFunction, e2ComArg, e2ComArg, e2DblArg, e2DblArg, e2DblComArg, e2DblComArg, e2FraArg, e2FraArg, e2FunArg, e2FunArg, e2IntArg, e2IntArg, e2ObjArg, eComIntArg, eComIntArg, eFunIntArg, eFunIntArg, evaluate, operatorString
 
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

ELessEqual

public ELessEqual()
Constructor for the ELessEqual object

Method Detail

e2ObjArg

public com.hartmath.expression.HObject e2ObjArg(com.hartmath.expression.HObject o0,
                                                com.hartmath.expression.HObject o1,
                                                com.hartmath.lib.Session session)
Method Declaration.


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

precedence

public int precedence()
Method Declaration.

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