Class PrivateLookupInMethodHandleSupplier.Abst
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.PrivateLookupInMethodHandleSupplier.Abst
-
- All Implemented Interfaces:
PrivateLookupInMethodHandleSupplier
,Supplier<java.lang.invoke.MethodHandle>
- Direct Known Subclasses:
PrivateLookupInMethodHandleSupplier.ForJava7
,PrivateLookupInMethodHandleSupplier.ForJava9
- Enclosing interface:
- PrivateLookupInMethodHandleSupplier
public abstract static class PrivateLookupInMethodHandleSupplier.Abst extends java.lang.Object implements PrivateLookupInMethodHandleSupplier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.PrivateLookupInMethodHandleSupplier
PrivateLookupInMethodHandleSupplier.Abst, PrivateLookupInMethodHandleSupplier.ForJava7, PrivateLookupInMethodHandleSupplier.ForJava9
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.invoke.MethodHandle
methodHandle
-
Constructor Summary
Constructors Constructor Description Abst()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.invoke.MethodHandle
get()
-