edu.neu.ccs.demeterf.dispatch
Class MethodEntry

java.lang.Object
  extended by edu.neu.ccs.demeterf.dispatch.DBEntry<java.lang.reflect.Method>
      extended by edu.neu.ccs.demeterf.dispatch.MethodEntry

public class MethodEntry
extends DBEntry<java.lang.reflect.Method>

Represents a Normal Java Method DBEntry


Constructor Summary
MethodEntry(java.lang.reflect.Method m)
           
 
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

MethodEntry

public MethodEntry(java.lang.reflect.Method m)