Class MethodHasher


  • final class MethodHasher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodHasher()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static byte[] dumpBytecode​(org.objectweb.asm.tree.MethodNode methodNode)  
      (package private) int generateMethodHash​(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode)  
      • Methods inherited from class java.lang.Object

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

      • MethodHasher

        MethodHasher()
    • Method Detail

      • generateMethodHash

        int generateMethodHash​(org.objectweb.asm.tree.ClassNode classNode,
                               org.objectweb.asm.tree.MethodNode methodNode)
      • dumpBytecode

        private static byte[] dumpBytecode​(org.objectweb.asm.tree.MethodNode methodNode)