joeq.Main
Class jq

java.lang.Object
  extended by joeq.Main.jq

public abstract class jq
extends Object

Version:
$Id: jq.java 1448 2004-03-09 01:49:01Z jwhaley $
Author:
John Whaley

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

NumOfNativeThreads

public static int NumOfNativeThreads
Number of native threads in the system. This can be set with the "-nt" option at startup.


RunningNative

public static boolean RunningNative
Whether joeq is running natively, or within another virtual machine. This flag is never set explicitly - this flag is flipped on in the output image during bootstrapping.


DontCompile

public static boolean DontCompile
Flag to disable method compilation.


IsBootstrapping

public static boolean IsBootstrapping
Whether we are in the middle of the bootstrapping process.


on_vm_startup

public static List on_vm_startup
List of method invocations to perform on joeq startup.


nullVM

public static boolean nullVM
Whether all joeq-VM specific stuff should be ignored as non-existent. Setting this to "true" enables only the analysis framework.


SMP

public static boolean SMP
Constructor Detail

jq

public jq()


Copyright © 2001-2008 John Whaley. All Rights Reserved.