java.lang.Object
com.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EFindStr
public EFindStr()
- Constructor for the EFindStr object
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