Uses of Interface
io.github.toolfactory.jvm.function.catalog.AllocateInstanceFunction
-
Packages that use AllocateInstanceFunction Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog -
-
Uses of AllocateInstanceFunction in io.github.toolfactory.jvm
Methods in io.github.toolfactory.jvm that return AllocateInstanceFunction Modifier and Type Method Description protected AllocateInstanceFunction
DriverAbst. getAllocateInstanceInvoker(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)
protected AllocateInstanceFunction
DriverAbst. getOrBuildAllocateInstanceInvoker(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)
Methods in io.github.toolfactory.jvm that return types with arguments of type AllocateInstanceFunction Modifier and Type Method Description protected java.lang.Class<? extends AllocateInstanceFunction>
DefaultDriver. getAllocateInstanceFunctionClass()
protected abstract java.lang.Class<? extends AllocateInstanceFunction>
DriverAbst. getAllocateInstanceFunctionClass()
protected java.lang.Class<? extends AllocateInstanceFunction>
NativeDriver. getAllocateInstanceFunctionClass()
-
Uses of AllocateInstanceFunction in io.github.toolfactory.jvm.function.catalog
Subinterfaces of AllocateInstanceFunction in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description static interface
AllocateInstanceFunction.Native
Classes in io.github.toolfactory.jvm.function.catalog that implement AllocateInstanceFunction Modifier and Type Class Description static class
AllocateInstanceFunction.ForJava7
static class
AllocateInstanceFunction.Native.ForJava7
-