Uses of Interface
ai.timefold.jpyinterpreter.types.wrappers.OpaquePythonReference
Packages that use OpaquePythonReference
Package
Description
-
Uses of OpaquePythonReference in ai.timefold.jpyinterpreter
Fields in ai.timefold.jpyinterpreter with type parameters of type OpaquePythonReferenceModifier and TypeFieldDescriptionstatic TriFunction<OpaquePythonReference,List<PythonLikeObject>, Map<PythonString, PythonLikeObject>, PythonLikeObject> CPythonBackedPythonInterpreter.callPythonFunctionstatic QuadFunction<OpaquePythonReference,Map<String, PythonLikeObject>, PythonLikeTuple, PythonString, PythonObjectWrapper> CPythonBackedPythonInterpreter.createFunctionFromCodeFunctionstatic BiConsumer<OpaquePythonReference,String> CPythonBackedPythonInterpreter.deleteAttributeOnPythonReferencePythonFunctionCPythonBackedPythonInterpreter.lookupAttributeOnPythonReferencePythonFunctionCPythonBackedPythonInterpreter.lookupAttributeOnPythonReferenceWithMapPythonFunctionCPythonBackedPythonInterpreter.lookupDictOnPythonReferencePythonFunctionCPythonBackedPythonInterpreter.lookupPointerArrayForAttributeOnPythonReferencePythonFunctionCPythonBackedPythonInterpreter.lookupPointerForAttributeOnPythonReferencePythonFunctionCPythonBackedPythonInterpreter.lookupPointerForAttributeOnPythonReferencePythonFunctionstatic Function<OpaquePythonReference,Number> CPythonBackedPythonInterpreter.lookupPythonReferenceIdPythonFunctionCPythonBackedPythonInterpreter.lookupPythonReferenceTypePythonFunctionCPythonBackedPythonInterpreter.lookupPythonReferenceTypePythonFunctionCPythonBackedPythonInterpreter.setAttributeOnPythonReferencePythonFunctionCPythonBackedPythonInterpreter.setAttributeOnPythonReferencePythonFunctionPythonCompiledClass.staticAttributeNameToClassInstanceContains static attributes that are instances of this classMethods in ai.timefold.jpyinterpreter that return OpaquePythonReferenceModifier and TypeMethodDescriptionstatic OpaquePythonReferenceCPythonBackedPythonInterpreter.getPythonReferenceType(OpaquePythonReference reference) static OpaquePythonReference[]CPythonBackedPythonInterpreter.lookupPointerArrayForAttributeOnPythonReference(OpaquePythonReference object, String attribute) static OpaquePythonReferenceCPythonBackedPythonInterpreter.lookupPointerForAttributeOnPythonReference(OpaquePythonReference object, String attribute) Methods in ai.timefold.jpyinterpreter with parameters of type OpaquePythonReferenceModifier and TypeMethodDescriptionstatic PythonLikeObjectCPythonBackedPythonInterpreter.callPythonReference(OpaquePythonReference object, List<PythonLikeObject> positionalArguments, Map<PythonString, PythonLikeObject> keywordArguments) static PythonObjectWrapperCPythonBackedPythonInterpreter.createPythonFunctionWrapper(OpaquePythonReference codeObject, Map<String, PythonLikeObject> globals, PythonLikeTuple closure, PythonString name) static voidCPythonBackedPythonInterpreter.deleteAttributeOnPythonReference(OpaquePythonReference object, String attribute) static Map<String,PythonLikeObject> CPythonBackedPythonInterpreter.getPythonReferenceDict(OpaquePythonReference object, Map<Number, PythonLikeObject> referenceMap) static NumberCPythonBackedPythonInterpreter.getPythonReferenceId(OpaquePythonReference reference) static OpaquePythonReferenceCPythonBackedPythonInterpreter.getPythonReferenceType(OpaquePythonReference reference) static PythonLikeObjectCPythonBackedPythonInterpreter.lookupAttributeOnPythonReference(OpaquePythonReference object, String attribute) static PythonLikeObjectCPythonBackedPythonInterpreter.lookupAttributeOnPythonReference(OpaquePythonReference object, String attribute, Map<Number, PythonLikeObject> map) static OpaquePythonReference[]CPythonBackedPythonInterpreter.lookupPointerArrayForAttributeOnPythonReference(OpaquePythonReference object, String attribute) static OpaquePythonReferenceCPythonBackedPythonInterpreter.lookupPointerForAttributeOnPythonReference(OpaquePythonReference object, String attribute) static voidCPythonBackedPythonInterpreter.setAttributeOnPythonReference(OpaquePythonReference object, OpaquePythonReference cloneMap, String attribute, Object value) voidCPythonBackedPythonInterpreter.setPythonReference(PythonLikeObject instance, OpaquePythonReference reference) voidPythonInterpreter.setPythonReference(PythonLikeObject instance, OpaquePythonReference reference) static <T> Class<T>PythonBytecodeToJavaBytecodeTranslator.translatePythonBytecodeToPythonWrapperClass(PythonCompiledFunction pythonCompiledFunction, OpaquePythonReference codeReference) static voidCPythonBackedPythonInterpreter.updateJavaObjectFromPythonObject(PythonLikeObject javaObject, OpaquePythonReference pythonObject, Map<Number, PythonLikeObject> instanceMap) static voidCPythonBackedPythonInterpreter.updateJavaObjectFromPythonObject(CPythonBackedPythonLikeObject javaObject, OpaquePythonReference pythonObject, Map<Number, PythonLikeObject> instanceMap) -
Uses of OpaquePythonReference in ai.timefold.jpyinterpreter.types
Fields in ai.timefold.jpyinterpreter.types declared as OpaquePythonReferenceMethods in ai.timefold.jpyinterpreter.types that return OpaquePythonReferenceModifier and TypeMethodDescriptionCPythonBackedPythonLikeObject.$getCPythonReference()PythonModule.getPythonReference()Methods in ai.timefold.jpyinterpreter.types with parameters of type OpaquePythonReferenceModifier and TypeMethodDescriptionvoidCPythonBackedPythonLikeObject.$setCPythonReference(OpaquePythonReference pythonReference) voidCPythonBackedPythonLikeObject.$writeFieldsToCPythonReference(OpaquePythonReference cloneMap) voidPythonModule.setPythonReference(OpaquePythonReference pythonReference) Constructors in ai.timefold.jpyinterpreter.types with parameters of type OpaquePythonReferenceModifierConstructorDescriptionCPythonBackedPythonLikeObject(PythonInterpreter interpreter, PythonLikeType __type__, OpaquePythonReference reference) CPythonBackedPythonLikeObject(PythonInterpreter interpreter, PythonLikeType __type__, Map<String, PythonLikeObject> __dir__, OpaquePythonReference reference) -
Uses of OpaquePythonReference in ai.timefold.jpyinterpreter.types.wrappers
Methods in ai.timefold.jpyinterpreter.types.wrappers that return OpaquePythonReferenceModifier and TypeMethodDescriptionCPythonType.getPythonReference()PythonObjectWrapper.getWrappedObject()Methods in ai.timefold.jpyinterpreter.types.wrappers with parameters of type OpaquePythonReferenceModifier and TypeMethodDescriptionstatic CPythonTypeCPythonType.getType(OpaquePythonReference typeReference) static CPythonTypeCPythonType.lookupTypeOfPythonObject(OpaquePythonReference reference) Constructors in ai.timefold.jpyinterpreter.types.wrappers with parameters of type OpaquePythonReference