edu.neu.ccs.demeterf.dispatch
Class ConstrEntry

java.lang.Object
  extended by edu.neu.ccs.demeterf.dispatch.DBEntry<java.lang.reflect.Constructor<?>>
      extended by edu.neu.ccs.demeterf.dispatch.ConstrEntry

public class ConstrEntry
extends DBEntry<java.lang.reflect.Constructor<?>>

Implements a DBEntry for Constructors


Constructor Summary
ConstrEntry(java.lang.reflect.Constructor<?> c)
           
 
Method Summary
 
Methods inherited from class edu.neu.ccs.demeterf.dispatch.DBEntry
arg, equals, getMethod, hashCode, numArgs, retType, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstrEntry

public ConstrEntry(java.lang.reflect.Constructor<?> c)