Uses of Class
jdk.dynalink.linker.support.Lookup
Package
Description
Contains classes that make it more convenient for language runtimes to
implement their own language-specific object models and type conversions
by providing basic implementations of some classes as well as various
utilities.
-
Uses of Lookup in jdk.dynalink.linker.support
Modifier and TypeFieldDescriptionstatic final Lookup
Lookup.PUBLIC
A canonical Lookup object that wrapsMethodHandles.publicLookup()
.