Class InjectStrategy.InjectLocation
- java.lang.Object
-
- proguard.classfile.util.inject.location.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOffset()
boolean
shouldInjectBefore()
-