Skip to content
  • Dheeraj Yadav's avatar
    Add a bytecode offset field into AbstractInsnNode. · 3769b3f0
    Dheeraj Yadav authored
    A new method is created in the MethodVisitor and MethodNode classes which sets the byteCodeOffset of the last instruction visited by that visitor. This method is called by the the ClassReader.readCode() method.
    3769b3f0