public class ToggleFeature
extends java.lang.Object
IFunctionEvaluator
interface according to the defined "toggle flag". If a function has
a ToggleFeature flag it's considered unstable or has a very
incomplete implementation.| Modifier and Type | Field and Description |
|---|---|
static boolean |
COMPILE
If
true, enable
org.matheclipse.core.builtin.function.Compile function. |
static boolean |
DEFER
If
true, enable
org.matheclipse.core.builtin.function.Defer function. |
static boolean |
DSOLVE
If
true, enable
org.matheclipse.core.reflection.system.DSolve function. |
static boolean |
REPLACE_LIST
If
true, enable
org.matheclipse.core.reflection.system.ReplaceList function. |
static boolean |
UNEVALUATED
If
true, enable
org.matheclipse.core.builtin.function.Unevaluated function. |
| Constructor and Description |
|---|
ToggleFeature() |
public static boolean COMPILE
true, enable
org.matheclipse.core.builtin.function.Compile function.public static boolean DEFER
true, enable
org.matheclipse.core.builtin.function.Defer function.public static boolean REPLACE_LIST
true, enable
org.matheclipse.core.reflection.system.ReplaceList function.public static boolean UNEVALUATED
true, enable
org.matheclipse.core.builtin.function.Unevaluated function.public static boolean DSOLVE
true, enable
org.matheclipse.core.reflection.system.DSolve function.