com.ibm.wala.model.java.lang
Class Thread

java.lang.Object
  extended by com.ibm.wala.model.java.lang.Thread

public class Thread
extends java.lang.Object

A synthetic model of single-threaded behavior


Constructor Summary
Thread()
           
 
Method Summary
static java.lang.Thread currentThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Thread

public Thread()
Method Detail

currentThread

public static java.lang.Thread currentThread()