Package com.kenai.jffi
Class InvokeDynamicSupport
- java.lang.Object
-
- com.kenai.jffi.InvokeDynamicSupport
-
public final class InvokeDynamicSupport extends java.lang.Object
Provide a factory for invokedynamic handles that are bound to a particular call context+function
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InvokeDynamicSupport.Invoker
(package private) static class
InvokeDynamicSupport.JSR292
-
Constructor Summary
Constructors Modifier Constructor Description private
InvokeDynamicSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InvokeDynamicSupport.Invoker
getFastNumericInvoker(CallContext callContext, long function)
-
-
-
Method Detail
-
getFastNumericInvoker
public static InvokeDynamicSupport.Invoker getFastNumericInvoker(CallContext callContext, long function)
-
-