|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object joeq.Main.jq
public abstract class jq
Field Summary | |
---|---|
static boolean |
DontCompile
Flag to disable method compilation. |
static boolean |
IsBootstrapping
Whether we are in the middle of the bootstrapping process. |
static boolean |
nullVM
Whether all joeq-VM specific stuff should be ignored as non-existent. |
static int |
NumOfNativeThreads
Number of native threads in the system. |
static List |
on_vm_startup
List of method invocations to perform on joeq startup. |
static boolean |
RunningNative
Whether joeq is running natively, or within another virtual machine. |
static boolean |
SMP
|
Constructor Summary | |
---|---|
jq()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int NumOfNativeThreads
public static boolean RunningNative
public static boolean DontCompile
public static boolean IsBootstrapping
public static List on_vm_startup
public static boolean nullVM
public static boolean SMP
Constructor Detail |
---|
public jq()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |