Class MethodReachabilityDetector


  • public class MethodReachabilityDetector
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​ClassInfo> getClassInfoMap​(java.lang.String mainClassName, java.util.Map<java.lang.String,​byte[]> classMap, java.util.Map<java.lang.String,​java.util.List<foundation.icon.ee.struct.Member>> keptMethods)  
      • Methods inherited from class java.lang.Object

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

      • getClassInfoMap

        public static java.util.Map<java.lang.String,​ClassInfo> getClassInfoMap​(java.lang.String mainClassName,
                                                                                      java.util.Map<java.lang.String,​byte[]> classMap,
                                                                                      java.util.Map<java.lang.String,​java.util.List<foundation.icon.ee.struct.Member>> keptMethods)
                                                                               throws java.lang.Exception
        Throws:
        java.lang.Exception