public class EqdfCompiler
extends java.lang.Object
MathContext.
Warning: not stateless, use clean() if you need to!| 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) |
static boolean |
isLowercaseLetter(char c) |
static boolean |
isNumberConst(char c) |
public void clean()
public MathContext compile(java.lang.String s)
public static boolean isNumberConst(char c)
public static boolean isLowercaseLetter(char c)