Class InjectStrategy.InjectLocation
java.lang.Object
proguard.classfile.util.inject.location.InjectStrategy.InjectLocation
- Enclosing interface:
- InjectStrategy
A data structure indicating a suitable location for injecting a method invocation instruction.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InjectLocation
public InjectLocation(int offset, boolean shouldInjectBefore)
-
-
Method Details
-
getOffset
public int getOffset() -
shouldInjectBefore
public boolean shouldInjectBefore()
-