Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced parameter snatching #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

delahee
Copy link

@delahee delahee commented Jun 23, 2014

We use it to hide api behind abstracts, if it can help :)

ex: abstract GATracker(Int){
... myUberAPi here ...
}

I think there are powerful to do things to auto bind real native objects.

ps : We use an older version of the lib, I don't know if the code compiles :)

++ :)

We use it to hide api behind abstracts, if it can help :)

ex: abstract GATracker(Int){
... myUberAPi here ...
}

I think there are powerful to do things to auto bind real native objects.

ps : We use an older version of the lib, I don't know if the code compiles :)

++ :)
@shoebox
Copy link
Owner

shoebox commented Jul 1, 2014

Need to test it, but i like the idea 👍

@shoebox
Copy link
Owner

shoebox commented Dec 27, 2014

Will be fixed by #17
There is a unit test for abstract calls and it seems to work.
It can be used too for jni non-static method call, as the first argument is always the instance of the java object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants