diff options
author | Sven Gothel <[email protected]> | 2023-08-04 00:14:42 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-08-04 00:14:42 +0200 |
commit | d4e8ecc3b4f68b86d95ec951971a0fea20217988 (patch) | |
tree | 09ae1667e927607358ff989391edb82b6b6cd3fc /doc | |
parent | 88941c41dbb134984fd0857db9ea0729d9306bbb (diff) |
JavaEmitter: Encapsulate 'needsJavaCallbackCode' query in JavaConfiguration. TBD: Is this even required?
- needsIntermediateOperation -> needsJavaCallbackCode
- Use JavaConfiguration.requiresJavaCallbackCode(..)
TBD: Is this even required?
As far as I see, the non-userParam callback case adds no additional code requirements.
Both, callback with and without userParam shares same code path
and the respective native static fields.
Only that the non-userParam code path adds additional native static fields,
but all code sections are produced in both cases.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions