chord.program.reflect
Class ReflectEventHandler

java.lang.Object
  extended by chord.runtime.BasicEventHandler
      extended by chord.runtime.TraceEventHandler
          extended by chord.program.reflect.ReflectEventHandler

public class ReflectEventHandler
extends TraceEventHandler


Field Summary
 
Fields inherited from class chord.runtime.TraceEventHandler
buffer, TRACE_BLOCK_SIZE_KEY, TRACE_FILE_KEY
 
Fields inherited from class chord.runtime.BasicEventHandler
currentId, objmap, trace
 
Constructor Summary
ReflectEventHandler()
           
 
Method Summary
static void aryNewInstEvent(java.lang.String q, java.lang.String c)
           
static void clsForNameEvent(java.lang.String q, java.lang.String c)
           
static void conNewInstEvent(java.lang.String q, java.lang.String c)
           
static void objNewInstEvent(java.lang.String q, java.lang.String c)
           
 
Methods inherited from class chord.runtime.TraceEventHandler
done, init
 
Methods inherited from class chord.runtime.BasicEventHandler
getObjectId, getPrimitiveId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectEventHandler

public ReflectEventHandler()
Method Detail

clsForNameEvent

public static void clsForNameEvent(java.lang.String q,
                                   java.lang.String c)

objNewInstEvent

public static void objNewInstEvent(java.lang.String q,
                                   java.lang.String c)

conNewInstEvent

public static void conNewInstEvent(java.lang.String q,
                                   java.lang.String c)

aryNewInstEvent

public static void aryNewInstEvent(java.lang.String q,
                                   java.lang.String c)