neo: Explain how arguments of a MClasType are named.
[nit.git] / lib / jvm.nit
index e4c52a2..4337d9e 100644 (file)
@@ -381,6 +381,8 @@ extern class JniEnv `{JNIEnv *`}
        `}
 
        # Pops the current local reference frame on the JNI stack
+       #
+       # Similiar to `JavaObject::pop_from_local_frame` which returns a value.
        fun pop_local_frame `{
                (*recv)->PopLocalFrame(recv, NULL);
        `}
@@ -400,7 +402,7 @@ extern class JMethodID `{jmethodID`}
 end
 
 # Represens a jni jobject
-extern class JavaObject `{jobject`}
+extern class JavaObject in "Java" `{ java.lang.Object `}
 end
 
 # Represents a jni JNINNativeMethod