Package org.jf.dexlib2.analysis
Class InlineMethodResolver
- java.lang.Object
-
- org.jf.dexlib2.analysis.InlineMethodResolver
-
- Direct Known Subclasses:
CustomInlineMethodResolver
public abstract class InlineMethodResolver extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
InlineMethodResolver()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static InlineMethodResolver
createInlineMethodResolver(int odexVersion)
abstract Method
resolveExecuteInline(AnalyzedInstruction instruction)
-
-
-
Field Detail
-
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
-
VIRTUAL
public static final int VIRTUAL
- See Also:
- Constant Field Values
-
DIRECT
public static final int DIRECT
- See Also:
- Constant Field Values
-
-
Method Detail
-
createInlineMethodResolver
@Nonnull public static InlineMethodResolver createInlineMethodResolver(int odexVersion)
-
resolveExecuteInline
@Nonnull public abstract Method resolveExecuteInline(@Nonnull AnalyzedInstruction instruction)
-
-