java.lang.String native
methods.
The full implementation of this header file should contain each and every native method that is declared by the implmentation.
Copyright 2005 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Version 2.0 ("the License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
Definition in file java_lang_String.h.
#include <jni.h>
Go to the source code of this file.
Functions | |
JNIEXPORT jstring JNICALL | Java_java_lang_String_intern (JNIEnv *, jobject) |
Native definition for java.lang.String.intern(). | |
JNIEXPORT void JNICALL | Java_java_lang_String_registerNatives (JNIEnv *, jclass) |
Native definition for java.lang.String.registerNatives(). | |
JNIEXPORT void JNICALL | Java_java_lang_String_unregisterNatives (JNIEnv *, jclass) |
Native definition for java.lang.String.unregisterNatives(). |
|
Native definition for
Class: java_lang_String Method: registerNatives Signature: ()V Definition at line 71 of file java_lang_String.c. Referenced by main(). |
|
Native definition for
Class: java_lang_String Method: unregisterNatives Signature: ()V Definition at line 89 of file java_lang_String.c. Referenced by main(). |
|
Native definition for
Class: java_lang_String Method: intern Signature: ()Ljava/lang/String; Definition at line 107 of file java_lang_String.c. References jlString_intern(). Referenced by main(). |