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

Track Lookup information #16

Open
SirYwell opened this issue Apr 8, 2023 · 0 comments
Open

Track Lookup information #16

SirYwell opened this issue Apr 8, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@SirYwell
Copy link
Owner

SirYwell commented Apr 8, 2023

The class the Lookup instance is associated with:
https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/lang/invoke/MethodHandles.Lookup.html#lookupClass()

The lookup mode:
https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/lang/invoke/MethodHandles.Lookup.html#lookupModes()

This is required for some type information (e.g. findVirtual), and might allow useful inspections in more cases.

@SirYwell SirYwell added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant