org.siebengeisslein.pclass
Class MethodResolver

java.lang.Object
  extended by org.siebengeisslein.pclass.MethodResolver

public class MethodResolver
extends java.lang.Object


Method Summary
static PMethod resolve(PType owner, java.util.List<PMethod> methods, java.lang.String methodName, java.util.List<PType> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolve

public static PMethod resolve(PType owner,
                              java.util.List<PMethod> methods,
                              java.lang.String methodName,
                              java.util.List<PType> parameters)