[code-reflection] RFR: Determine if lambda operation originates from a method reference [v3]
Paul Sandoz
psandoz at openjdk.org
Tue Apr 23 16:50:57 UTC 2024
> Add a method to determines if a lambda operation could have originated from a method reference declared in Java source code.
>
> Consider later generalizing to a lambda operation that may have originated from a lambda expression that only invokes another method, which may include the capturing of some or all method arguments.
Paul Sandoz has updated the pull request incrementally with one additional commit since the last revision:
Rename method.
-------------
Changes:
- all: https://git.openjdk.org/babylon/pull/60/files
- new: https://git.openjdk.org/babylon/pull/60/files/b80889c7..17c3593d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=babylon&pr=60&range=02
- incr: https://webrevs.openjdk.org/?repo=babylon&pr=60&range=01-02
Stats: 8 lines in 2 files changed: 0 ins; 5 del; 3 mod
Patch: https://git.openjdk.org/babylon/pull/60.diff
Fetch: git fetch https://git.openjdk.org/babylon.git pull/60/head:pull/60
PR: https://git.openjdk.org/babylon/pull/60
More information about the babylon-dev
mailing list