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 AllocateInstanceFunctionDriverAbst. getAllocateInstanceInvoker(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)protected AllocateInstanceFunctionDriverAbst. 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 interfaceAllocateInstanceFunction.NativeClasses in io.github.toolfactory.jvm.function.catalog that implement AllocateInstanceFunction Modifier and Type Class Description static classAllocateInstanceFunction.ForJava7static classAllocateInstanceFunction.Native.ForJava7
-