Class ConstructorInvocationOffsetFinder

java.lang.Object
proguard.classfile.util.ConstructorInvocationOffsetFinder
All Implemented Interfaces:
MemberVisitor

public class ConstructorInvocationOffsetFinder extends Object implements MemberVisitor
This utility class finds the offset of the invocation to the current or super class constructor after visiting an method.
  • Constructor Details

    • ConstructorInvocationOffsetFinder

      public ConstructorInvocationOffsetFinder()
  • Method Details