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()
IEqdfCompiler
clean
in interface IEqdfCompiler
public MathContext compile(java.lang.String s)
IEqdfCompiler
compile
in interface IEqdfCompiler
public static java.lang.Byte getOperator(char rd)
public static boolean isNumberConst(char c)
public static boolean isLowercaseLetter(char c)