Uses of Class
ai.timefold.jpyinterpreter.PythonCompiledClass
Packages that use PythonCompiledClass
-
Uses of PythonCompiledClass in ai.timefold.jpyinterpreter
Methods in ai.timefold.jpyinterpreter with parameters of type PythonCompiledClassModifier and TypeMethodDescriptionstatic voidPythonClassTranslator.setSelfStaticInstances(PythonCompiledClass pythonCompiledClass, Class<?> generatedClass, PythonLikeType pythonLikeType, Map<Number, PythonLikeObject> instanceMap) static PythonLikeTypePythonClassTranslator.translatePythonClass(PythonCompiledClass pythonCompiledClass) static PythonLikeTypePythonClassTranslator.translatePythonClass(PythonCompiledClass pythonCompiledClass, PythonClassTranslator.PreparedClassInfo preparedClassInfo) -
Uses of PythonCompiledClass in ai.timefold.jpyinterpreter.implementors
Methods in ai.timefold.jpyinterpreter.implementors with parameters of type PythonCompiledClassModifier and TypeMethodDescriptionvoidDelegatingInterfaceImplementor.implement(org.objectweb.asm.ClassWriter classWriter, PythonCompiledClass compiledClass) voidJavaComparableImplementor.implement(org.objectweb.asm.ClassWriter classWriter, PythonCompiledClass compiledClass) voidJavaEqualsImplementor.implement(org.objectweb.asm.ClassWriter classWriter, PythonCompiledClass compiledClass) voidJavaHashCodeImplementor.implement(org.objectweb.asm.ClassWriter classWriter, PythonCompiledClass compiledClass) abstract voidJavaInterfaceImplementor.implement(org.objectweb.asm.ClassWriter classWriter, PythonCompiledClass compiledClass)