MCPcopy Create free account
hub / github.com/Youlor/unpacker / getThisClass

Method getThisClass

dexfixer/src/com/android/dx/cf/iface/ClassFile.java:66–66  ·  view source on GitHub ↗

Gets the field this_class, interpreted as a type constant. @return non-null; the value in question

()

Source from the content-addressed store, hash-verified

64 * @return {@code non-null;} the value in question
65 */
66 public CstType getThisClass();
67
68 /**
69 * Gets the field {@code super_class}, interpreted as a type constant

Callers 9

getClassAnnotationsMethod · 0.65
translate0Method · 0.65
processFieldsMethod · 0.65
processMethodsMethod · 0.65
addMethod · 0.65
printMatchMethod · 0.65
bootstrapMethodsMethod · 0.65

Implementers 1

DirectClassFiledexfixer/src/com/android/dx/cf/direct/

Calls

no outgoing calls

Tested by

no test coverage detected