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 classInvokeDynamicSupport.Invoker -
Method Summary
Modifier and Type Method Description static InvokeDynamicSupport.InvokergetFastNumericInvoker(CallContext callContext, long function)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getFastNumericInvoker
public static InvokeDynamicSupport.Invoker getFastNumericInvoker(CallContext callContext, long function)
-