public class EqdfCompiler extends java.lang.Object implements IEqdfCompiler
IEqdfCompiler | Constructor and Description |
|---|
EqdfCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Reset the compiler to a clean state
|
MathContext |
compile(java.lang.String s)
Compiles the string
|
static java.lang.Byte |
getOperator(char rd) |
static boolean |
isLowercaseLetter(char c) |
static boolean |
isNumberConst(char c) |
public void clean()
IEqdfCompilerclean in interface IEqdfCompilerpublic MathContext compile(java.lang.String s)
IEqdfCompilercompile in interface IEqdfCompilerpublic static java.lang.Byte getOperator(char rd)
public static boolean isNumberConst(char c)
public static boolean isLowercaseLetter(char c)