* Class: LAC * Method: release * Signature: (Jlong)V */
| 68 | * Signature: (Jlong)V |
| 69 | */ |
| 70 | JNIEXPORT void JNICALL Java_com_baidu_nlp_LAC_release(JNIEnv *env, jobject thisObj, jlong selfPtr) |
| 71 | { |
| 72 | if (selfPtr){ |
| 73 | delete (LAC *)selfPtr; |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | /* |
| 78 | * Class: LAC |
nothing calls this directly
no outgoing calls
no test coverage detected