MCPcopy Create free account
hub / github.com/asLody/SandVXposed / getField

Method getField

lib/src/main/java/com/android/dx/TypeId.java:118–120  ·  view source on GitHub ↗
(TypeId<V> type, String name)

Source from the content-addressed store, hash-verified

116 }
117
118 public <V> FieldId<T, V> getField(TypeId<V> type, String name) {
119 return new FieldId<>(this, type, name);
120 }
121
122 public MethodId<T, Void> getConstructor(TypeId<?>... parameters) {
123 return new MethodId<>(this, VOID, "<init>", new TypeList(parameters));

Callers 7

fixWeChatRecoveryMethod · 0.45
field0Method · 0.45
RefMethodMethod · 0.45
RefStaticMethodMethod · 0.45
InitStripAccentsClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected