| 1286 | return functions->GetBooleanField(this,obj,fieldID); |
| 1287 | } |
| 1288 | jbyte GetByteField(jobject obj, jfieldID fieldID) { |
| 1289 | return functions->GetByteField(this,obj,fieldID); |
| 1290 | } |
| 1291 | jchar GetCharField(jobject obj, jfieldID fieldID) { |
| 1292 | return functions->GetCharField(this,obj,fieldID); |
| 1293 | } |
nothing calls this directly
no outgoing calls
no test coverage detected