Class SelfMethodCalls


  • public class SelfMethodCalls
    extends java.lang.Object
    Author:
    pugh
    • Constructor Summary

      Constructors 
      Constructor Description
      SelfMethodCalls​(org.objectweb.asm.ClassReader classReader)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> MultiMap<T,​T> getSelfCalls​(ClassDescriptor classDescriptor, java.util.Map<java.lang.String,​T> methods)  
      • Methods inherited from class java.lang.Object

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

      • SelfMethodCalls

        public SelfMethodCalls​(org.objectweb.asm.ClassReader classReader)
    • Method Detail

      • getSelfCalls

        public static <T> MultiMap<T,​T> getSelfCalls​(ClassDescriptor classDescriptor,
                                                           java.util.Map<java.lang.String,​T> methods)