Class LoadFileTargetSelector

  • All Implemented Interfaces:
    com.ibm.wala.ipa.callgraph.MethodTargetSelector

    public class LoadFileTargetSelector
    extends java.lang.Object
    implements com.ibm.wala.ipa.callgraph.MethodTargetSelector
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.ibm.wala.classLoader.IMethod getCalleeTarget​(com.ibm.wala.ipa.callgraph.CGNode caller, com.ibm.wala.classLoader.CallSiteReference site, com.ibm.wala.classLoader.IClass receiver)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getCalleeTarget

        public com.ibm.wala.classLoader.IMethod getCalleeTarget​(com.ibm.wala.ipa.callgraph.CGNode caller,
                                                                com.ibm.wala.classLoader.CallSiteReference site,
                                                                com.ibm.wala.classLoader.IClass receiver)
        Specified by:
        getCalleeTarget in interface com.ibm.wala.ipa.callgraph.MethodTargetSelector