[code-reflection] RFR: Code model from method reference
Paul Sandoz
psandoz at openjdk.org
Tue Mar 5 21:38:14 UTC 2024
Obtain a code model from method reference. The implementation is simple and resolves the method reference to an instance of `Method`, and returns the result of `Method::getCodeModel`.
-------------
Commit messages:
- Code model from method reference.
Changes: https://git.openjdk.org/babylon/pull/34/files
Webrev: https://webrevs.openjdk.org/?repo=babylon&pr=34&range=00
Stats: 29 lines in 3 files changed: 28 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/babylon/pull/34.diff
Fetch: git fetch https://git.openjdk.org/babylon.git pull/34/head:pull/34
PR: https://git.openjdk.org/babylon/pull/34
More information about the babylon-dev
mailing list