MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / MemberIsFinal

Method MemberIsFinal

Bcore/src/main/cpp/dex/dex_file.h:1303–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301 return GetRawMemberAccessFlags() & kAccNative;
1302 }
1303 bool MemberIsFinal() const {
1304 return GetRawMemberAccessFlags() & kAccFinal;
1305 }
1306 ALWAYS_INLINE InvokeType GetMethodInvokeType(const DexFile::ClassDef& class_def) const;
1307 const DexFile::CodeItem* GetMethodCodeItem() const {
1308 return dex_file_.GetCodeItem(method_.code_off_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected