chord.program.reflect
Class ReflectEventKind

java.lang.Object
  extended by chord.program.reflect.ReflectEventKind

public class ReflectEventKind
extends java.lang.Object

Kinds of events generated by dynamic analysis for resolving reflection.

Author:
Mayur Naik (mhn@cs.stanford.edu)

Field Summary
static byte ARY_NEW_INST_CALL
           
static byte CLS_FOR_NAME_CALL
           
static byte CON_NEW_INST_CALL
           
static byte OBJ_NEW_INST_CALL
           
 
Constructor Summary
ReflectEventKind()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLS_FOR_NAME_CALL

public static final byte CLS_FOR_NAME_CALL
See Also:
Constant Field Values

OBJ_NEW_INST_CALL

public static final byte OBJ_NEW_INST_CALL
See Also:
Constant Field Values

CON_NEW_INST_CALL

public static final byte CON_NEW_INST_CALL
See Also:
Constant Field Values

ARY_NEW_INST_CALL

public static final byte ARY_NEW_INST_CALL
See Also:
Constant Field Values
Constructor Detail

ReflectEventKind

public ReflectEventKind()