[code-reflection] Integrated: Determine if lambda operation originates from a method reference
Paul Sandoz
psandoz at openjdk.org
Tue Apr 23 16:50:57 UTC 2024
On Mon, 22 Apr 2024 20:49:40 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: c1a89648
Author: Paul Sandoz <psandoz at openjdk.org>
URL: https://git.openjdk.org/babylon/commit/c1a89648a188071102743968998241f042a6a2a0
Stats: 271 lines in 2 files changed: 214 ins; 2 del; 55 mod
Determine if lambda operation originates from a method reference
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.org/babylon/pull/60
More information about the babylon-dev
mailing list