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

Quick Search    Search Deep

com.hartmath.loadable
Class EFindStr  view EFindStr download EFindStr.java

java.lang.Object
  extended bycom.hartmath.loadable.EFindStr
All Implemented Interfaces:
com.hartmath.mapping.FunctionEvaluator

public class EFindStr
extends java.lang.Object
implements com.hartmath.mapping.FunctionEvaluator

Description of the Class


Constructor Summary
EFindStr()
          Constructor for the EFindStr object
 
Method Summary
 com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect)
          Evaluate the given function if possible.
(package private) static boolean find(java.lang.StringBuffer buffer, java.lang.String filename, java.lang.String s)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EFindStr

public EFindStr()
Constructor for the EFindStr object

Method Detail

evaluate

public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect)
Description copied from interface: com.hartmath.mapping.FunctionEvaluator
Evaluate the given function if possible.

Specified by:
evaluate in interface com.hartmath.mapping.FunctionEvaluator

find

static boolean find(java.lang.StringBuffer buffer,
                    java.lang.String filename,
                    java.lang.String s)
Method declaration