blob: 16afca09110140246fddbd3b956b67970e84e15a (
plain)
1
2
3
4
5
6
7
8
9
|
@import io.github.landerlyoung.jenny.NativeProxyGenerator.MethodIdDeclaration
@import io.github.landerlyoung.jenny.HandyHelper
@import io.github.landerlyoung.jenny.MethodOverloadResolver.MethodRecord
@param methodIdDeclaration:MethodIdDeclaration
@for(method:MethodRecord in methodIdDeclaration.listOfMethods)
jmethodID ${methodIdDeclaration.helper.getMethodName(method.method , method.index)} = nullptr;
@endfor
|