-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum JSInterpreterAn enum that specifies the JS Engine to be used in the app Old Logic uses the legacy code JSC/HERMES loads the respective engine using the revamped logic
-
-
Method Summary
Modifier and Type Method Description static Array<JSInterpreter>values()static JSInterpretervalueOf(String name)-
-
Method Detail
-
values
static Array<JSInterpreter> values()
-
valueOf
static JSInterpreter valueOf(String name)
-
-
-
-