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 | COMPILEIf  true, enableorg.matheclipse.core.builtin.function.Compilefunction. | 
| static boolean | DEFERIf  true, enableorg.matheclipse.core.builtin.function.Deferfunction. | 
| static boolean | DSOLVEIf  true, enableorg.matheclipse.core.reflection.system.DSolvefunction. | 
| static boolean | REPLACE_LISTIf  true, enableorg.matheclipse.core.reflection.system.ReplaceListfunction. | 
| static boolean | UNEVALUATEDIf  true, enableorg.matheclipse.core.builtin.function.Unevaluatedfunction. | 
| 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.