MCPcopy Create free account
hub / github.com/CvvT/AppTroy / getImplementation

Method getImplementation

app/src/main/java/org/cc/dexlib2/iface/Method.java:109–109  ·  view source on GitHub ↗

Gets a MethodImplementation object that defines the implementation of the method. If this is an abstract method in an abstract class, or an interface method in an interface definition, then the method has no implementation, and this will return null. @return A MethodImplementation object defining

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

ofMethod · 0.65
internCodeMethod · 0.65
internDebugMethod · 0.65
getDebugItemsMethod · 0.65
getRegisterCountMethod · 0.65
getInstructionsMethod · 0.65
getTryBlocksMethod · 0.65
getImplementationMethod · 0.65
getDebugItemsMethod · 0.65
getRegisterCountMethod · 0.65
getInstructionsMethod · 0.65

Implementers 7

DexBackedMethodapp/src/main/java/org/cc/dexlib2/dexba
ImmutableMethodapp/src/main/java/org/cc/dexlib2/immut
PoolMethodapp/src/main/java/org/cc/dexlib2/write
BuilderMethodapp/src/main/java/org/cc/dexlib2/write
ReflectionMethodapp/src/main/java/org/cc/dexlib2/analy
ReflectionConstructorapp/src/main/java/org/cc/dexlib2/analy
RewrittenMethodapp/src/main/java/org/cc/dexlib2/rewri

Calls

no outgoing calls

Tested by

no test coverage detected