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

Method getMethods

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

Gets all the methods that are defined by this class. This is a convenience method that combines getDirectMethods() and getVirtualMethods(). The returned methods may be in any order. I.e. It's not safe to assume that all virtual methods will come after all direct methods. Note that there typically

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

getAccessedMemberMethod · 0.95
objectIndexMethod · 0.65
checkMethodMethod · 0.65
getSortedMethodsMethod · 0.65
getSortedMethodsMethod · 0.65
staticinvokeMethod · 0.65

Implementers 6

DexBackedClassDefapp/src/main/java/org/cc/dexlib2/dexba
ImmutableClassDefapp/src/main/java/org/cc/dexlib2/immut
PoolClassDefapp/src/main/java/org/cc/dexlib2/write
BuilderClassDefapp/src/main/java/org/cc/dexlib2/write
ReflectionClassDefapp/src/main/java/org/cc/dexlib2/analy
RewrittenClassDefapp/src/main/java/org/cc/dexlib2/rewri

Calls

no outgoing calls

Tested by

no test coverage detected