Class InjectStrategy.InjectLocation

  • Enclosing interface:
    InjectStrategy

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

      Constructors 
      Constructor Description
      InjectLocation​(int offset, boolean shouldInjectBefore)  
    • Constructor Detail

      • InjectLocation

        public InjectLocation​(int offset,
                              boolean shouldInjectBefore)
    • Method Detail

      • getOffset

        public int getOffset()
      • shouldInjectBefore

        public boolean shouldInjectBefore()