mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
JavaClass class + first usage
This commit is contained in:
parent
86a07a0d1b
commit
ab83e1a79a
4 changed files with 58 additions and 9 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <shared_ptr.h>
|
||||
|
||||
class JavaClass;
|
||||
class VoidMethod;
|
||||
class IntMethod;
|
||||
class LongMethod;
|
||||
|
@ -44,7 +45,7 @@ private:
|
|||
static JavaVM *ourJavaVM;
|
||||
|
||||
public:
|
||||
static const char * const Class_java_lang_String;
|
||||
static shared_ptr<JavaClass> Class_java_lang_String;
|
||||
static const char * const Class_java_util_Collection;
|
||||
static const char * const Class_java_util_Locale;
|
||||
static const char * const Class_java_io_InputStream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue