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

Interface Method

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

This class represents a specific method definition in a class. It also acts as a MethodReference to itself. Any equality/comparison is based on its identity as a MethodReference, and shouldn't take into account any non-MethodReference specifics of this method.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 29

analyzeMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
ofMethod · 0.65
getMethod · 0.65
methodSignaturesMatchMethod · 0.65
getParametersMethod · 0.65
MethodDefinitionMethod · 0.65
writeEmptyMethodToMethod · 0.65
mainMethod · 0.95
invokeMethod · 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