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

Method getInitialValue

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

Gets the initial value for this field, if available. Only static field may have an initial value set, but are not required to have an initial value. @return The initial value for this field, or null if this field is not a static field, or if this static field does not have an initial value.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

ofMethod · 0.65
internMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
getInitialValueMethod · 0.65
writeToMethod · 0.65

Implementers 5

DexBackedFieldapp/src/main/java/org/cc/dexlib2/dexba
ImmutableFieldapp/src/main/java/org/cc/dexlib2/immut
BuilderFieldapp/src/main/java/org/cc/dexlib2/write
ReflectionFieldapp/src/main/java/org/cc/dexlib2/analy
RewrittenFieldapp/src/main/java/org/cc/dexlib2/rewri

Calls

no outgoing calls

Tested by

no test coverage detected