Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696569571
  • Loading branch information
jwhpryor authored and copybara-github committed Nov 15, 2024
1 parent 6f8e29e commit 62ad138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions class_defs/java_lang_classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ namespace jni {
inline constexpr Class kJavaLangClass{
"java/lang/Class",
Method{"getClassLoader", Return{ Class { "java/lang/ClassLoader" } }},
Method{"toString", Return{jstring{}}, Params<>{}},
Method{"getName", Return{jstring{}}, Params<>{}}
};

inline constexpr Class kJavaLangObject{
Expand Down

0 comments on commit 62ad138

Please sign in to comment.