Class MethodSummary


  • public class MethodSummary
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodSummary()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void summarizeCallsites​(org.objectweb.asm.tree.ClassNode classNode, com.ensoftcorp.atlas.core.db.graph.Node type)
      Summarizes (recovers) callsites in method bodies of library binaries
      • Methods inherited from class java.lang.Object

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

      • MethodSummary

        public MethodSummary()
    • Method Detail

      • summarizeCallsites

        public static void summarizeCallsites​(org.objectweb.asm.tree.ClassNode classNode,
                                              com.ensoftcorp.atlas.core.db.graph.Node type)
        Summarizes (recovers) callsites in method bodies of library binaries
        Parameters:
        classNode -
        type -