Class InjectStrategy.InjectLocation

java.lang.Object
proguard.classfile.util.inject.location.InjectStrategy.InjectLocation
Enclosing interface:
InjectStrategy

public static class InjectStrategy.InjectLocation extends Object
A data structure indicating a suitable location for injecting a method invocation instruction.
  • Constructor Details

    • InjectLocation

      public InjectLocation(int offset, boolean shouldInjectBefore)
  • Method Details

    • getOffset

      public int getOffset()
    • shouldInjectBefore

      public boolean shouldInjectBefore()