136137138139140141142
protected MethodDeclare createNativeMethodDeclare(Method method) { return new NativeMethodDeclare(method); } protected MethodDeclare createNativeConstructorDeclare(Constructor constructor) { return new NativeConstructorDeclare(constructor); }