Uses of Class
ai.timefold.jpyinterpreter.types.PythonLikeType
Packages that use PythonLikeType
Package
Description
-
Uses of PythonLikeType in ai.timefold.jpyinterpreter
Fields in ai.timefold.jpyinterpreter declared as PythonLikeTypeModifier and TypeFieldDescriptionPythonCompiledClass.binaryTypeThe binary type of this PythonCompiledClass; typicallyCPythonType.Fields in ai.timefold.jpyinterpreter with type parameters of type PythonLikeTypeModifier and TypeFieldDescriptionPythonCompiledClass.superclassListstatic Comparator<PythonLikeType>PythonOverloadImplementor.TYPE_DEPTH_COMPARATORMethods in ai.timefold.jpyinterpreter that return PythonLikeTypeModifier and TypeMethodDescriptiondefault PythonLikeTypePythonLikeObject.$getGenericType()Return a generic version ofPythonLikeObject.$getType().PythonLikeObject.$getType()Returns the type describing the objectFieldDescriptor.fieldPythonLikeType()Returns the value of thefieldPythonLikeTyperecord component.PythonFunctionSignature.getParameterTypes()static PythonLikeTypePythonClassTranslator.getPythonReturnTypeOfFunction(PythonCompiledFunction pythonCompiledFunction, boolean isVirtual) PythonFunctionSignature.getReturnType()StackMetadata.getTOSType()StackMetadata.getTypeAtStackIndex(int index) Returns the type at the given stack index (stack index is how many elements below TOS (i.e. 0 is TOS, 1 is TOS1)).ValueSourceInfo.getValueType()TypeHint.javaGetterType()Returns the value of thejavaGetterTyperecord component.PythonOverloadImplementor.DeferredRunner.run()static PythonLikeTypePythonClassTranslator.translatePythonClass(PythonCompiledClass pythonCompiledClass) static PythonLikeTypePythonClassTranslator.translatePythonClass(PythonCompiledClass pythonCompiledClass, PythonClassTranslator.PreparedClassInfo preparedClassInfo) PythonClassTranslator.PreparedClassInfo.type()Returns the value of thetyperecord component.TypeHint.type()Returns the value of thetyperecord component.Methods in ai.timefold.jpyinterpreter that return types with arguments of type PythonLikeTypeModifier and TypeMethodDescriptionPythonCompiledFunction.getParameterTypes()PythonCompiledFunction.getReturnType()Methods in ai.timefold.jpyinterpreter with parameters of type PythonLikeTypeModifier and TypeMethodDescriptionstatic voidPythonOverloadImplementor.createDispatchesFor(PythonLikeType pythonLikeType) static <T> Class<T>InterfaceProxyGenerator.generateProxyForClass(Class<T> interfaceClass, PythonLikeType delegateType) Generate an interface that construct a new instance of a type and delegate all calls to that type's methods.booleanPythonFunctionSignature.matchesParameters(PythonLikeType... callParameters) static ValueSourceInfoValueSourceInfo.of(Opcode sourceOpcode, PythonLikeType valueType, ValueSourceInfo... dependencies) static ValueSourceInfoValueSourceInfo.of(Opcode sourceOpcode, PythonLikeType valueType, List<ValueSourceInfo> dependencyList) StackMetadata.pushTemp(PythonLikeType type) StackMetadata.pushTemps(PythonLikeType... types) static voidPythonClassTranslator.setSelfStaticInstances(PythonCompiledClass pythonCompiledClass, Class<?> generatedClass, PythonLikeType pythonLikeType, Map<Number, PythonLikeObject> instanceMap) static TypeHintTypeHint.withoutAnnotations(PythonLikeType type) Method parameters in ai.timefold.jpyinterpreter with type arguments of type PythonLikeTypeModifier and TypeMethodDescriptionstatic voidPythonClassTranslator.createCPythonOperationMethods(org.objectweb.asm.ClassWriter classWriter, String internalClassName, String superClassInternalName, Map<String, PythonLikeType> attributeNameToType) static voidPythonClassTranslator.createDeleteAttribute(org.objectweb.asm.ClassWriter classWriter, String classInternalName, String superInternalName, Collection<String> instanceAttributes, Map<String, PythonLikeType> fieldToType) static voidPythonClassTranslator.createGetAttribute(org.objectweb.asm.ClassWriter classWriter, String classInternalName, String superInternalName, Collection<String> instanceAttributes, Map<String, PythonLikeType> fieldToType) static voidPythonClassTranslator.createReadFromCPythonReference(org.objectweb.asm.ClassWriter classWriter, String internalClassName, String superClassInternalName, Map<String, PythonLikeType> attributeNameToType) static voidPythonClassTranslator.createSetAttribute(org.objectweb.asm.ClassWriter classWriter, String classInternalName, String superInternalName, Collection<String> instanceAttributes, Map<String, PythonLikeType> fieldToType) static voidPythonClassTranslator.createWriteToCPythonReference(org.objectweb.asm.ClassWriter classWriter, String internalClassName, String superClassInternalName, Map<String, PythonLikeType> attributeNameToType) Constructors in ai.timefold.jpyinterpreter with parameters of type PythonLikeTypeModifierConstructorDescriptionFieldDescriptor(String pythonFieldName, String javaFieldName, String declaringClassInternalName, String javaFieldTypeDescriptor, PythonLikeType fieldPythonLikeType, boolean isTrueFieldDescriptor, boolean isJavaType) Creates an instance of aFieldDescriptorrecord class.PreparedClassInfo(PythonLikeType type, String className, String classInternalName) Creates an instance of aPreparedClassInforecord class.PythonFunctionSignature(MethodDescriptor methodDescriptor, PythonLikeType returnType, PythonLikeType... parameterTypes) PythonFunctionSignature(MethodDescriptor methodDescriptor, PythonLikeType returnType, List<PythonLikeType> parameterTypeList) PythonFunctionSignature(MethodDescriptor methodDescriptor, List<PythonLikeObject> defaultArgumentList, Map<String, Integer> keywordToArgumentIndexMap, PythonLikeType returnType, PythonLikeType... parameterTypes) PythonFunctionSignature(MethodDescriptor methodDescriptor, List<PythonLikeObject> defaultArgumentList, Map<String, Integer> keywordToArgumentIndexMap, PythonLikeType returnType, List<PythonLikeType> parameterTypesList) PythonFunctionSignature(MethodDescriptor methodDescriptor, List<PythonLikeObject> defaultArgumentList, Map<String, Integer> keywordToArgumentIndexMap, PythonLikeType returnType, List<PythonLikeType> parameterTypesList, Optional<Integer> extraPositionalArgumentsVariableIndex, Optional<Integer> extraKeywordArgumentsVariableIndex) PythonFunctionSignature(MethodDescriptor methodDescriptor, List<PythonLikeObject> defaultArgumentList, Map<String, Integer> keywordToArgumentIndexMap, PythonLikeType returnType, List<PythonLikeType> parameterTypesList, Optional<Integer> extraPositionalArgumentsVariableIndex, Optional<Integer> extraKeywordArgumentsVariableIndex, ArgumentSpec<?> argumentSpec) TypeHint(PythonLikeType type, List<AnnotationMetadata> annotationList) TypeHint(PythonLikeType type, List<AnnotationMetadata> annotationList, TypeHint[] genericArgs, PythonLikeType javaGetterType) Creates an instance of aTypeHintrecord class.TypeHint(PythonLikeType type, List<AnnotationMetadata> annotationList, PythonLikeType javaGetterType) Constructor parameters in ai.timefold.jpyinterpreter with type arguments of type PythonLikeTypeModifierConstructorDescriptionPythonFunctionSignature(MethodDescriptor methodDescriptor, PythonLikeType returnType, List<PythonLikeType> parameterTypeList) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.builtins
Methods in ai.timefold.jpyinterpreter.builtins that return types with arguments of type PythonLikeTypeMethods in ai.timefold.jpyinterpreter.builtins with parameters of type PythonLikeTypeModifier and TypeMethodDescriptionstatic voidGlobalBuiltins.addBuiltinType(PythonLikeType type) static PythonLikeObjectFunctionBuiltinOperations.bindFunctionToInstance(PythonLikeFunction function, PythonLikeObject instance, PythonLikeType type) static PythonLikeObjectFunctionBuiltinOperations.bindFunctionToType(PythonLikeFunction function, PythonLikeObject instance, PythonLikeType type) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.implementors
Methods in ai.timefold.jpyinterpreter.implementors that return PythonLikeTypeModifier and TypeMethodDescriptionstatic PythonLikeTypeJavaPythonTypeConversionImplementor.getPythonLikeType(Class<?> javaClass) Get thePythonLikeTypeof a javaClass.Methods in ai.timefold.jpyinterpreter.implementors with parameters of type PythonLikeTypeModifier and TypeMethodDescriptionstatic voidVariableImplementor.loadGlobalVariable(FunctionMetadata functionMetadata, StackMetadata stackMetadata, int globalIndex, PythonLikeType globalType) Loads the global variable or parameter indicated by theinstructionargument onto the stack. -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types
Subclasses of PythonLikeType in ai.timefold.jpyinterpreter.typesFields in ai.timefold.jpyinterpreter.types declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic final PythonLikeTypeEllipsis.$TYPEstatic final PythonLikeTypeNotImplemented.$TYPEstatic final PythonLikeTypePythonCell.$TYPEstatic final PythonLikeTypePythonCode.$TYPEstatic PythonLikeTypePythonGenerator.$TYPEstatic PythonLikeTypePythonModule.$TYPEstatic PythonLikeTypePythonRange.$TYPEstatic PythonLikeTypePythonSlice.$TYPEstatic final PythonLikeTypePythonSuperObject.$TYPEstatic final PythonLikeTypeBuiltinTypes.BASE_TYPEstatic final PythonLikeTypeBuiltinTypes.BOOLEAN_TYPEstatic final PythonLikeTypeBuiltinTypes.BYTE_ARRAY_TYPEstatic final PythonLikeTypeBuiltinTypes.BYTES_TYPEstatic final PythonLikeTypeBuiltinTypes.CELL_TYPEstatic final PythonLikeTypePythonCell.CELL_TYPEstatic final PythonLikeTypeBuiltinTypes.CLASS_FUNCTION_TYPEstatic final PythonLikeTypeBuiltinTypes.CODE_TYPEstatic final PythonLikeTypePythonCode.CODE_TYPEstatic final PythonLikeTypeBuiltinTypes.COMPLEX_TYPEstatic final PythonLikeTypeCPythonBackedPythonLikeObject.CPYTHON_BACKED_OBJECT_TYPEstatic final PythonLikeTypeBuiltinTypes.DECIMAL_TYPEstatic final PythonLikeTypeBuiltinTypes.DICT_ITEM_VIEW_TYPEstatic final PythonLikeTypeBuiltinTypes.DICT_KEY_VIEW_TYPEstatic final PythonLikeTypeBuiltinTypes.DICT_TYPEstatic final PythonLikeTypeBuiltinTypes.DICT_VALUE_VIEW_TYPEstatic final PythonLikeTypeBuiltinTypes.ELLIPSIS_TYPEstatic final PythonLikeTypeEllipsis.ELLIPSIS_TYPEstatic final PythonLikeTypeBuiltinTypes.FLOAT_TYPEstatic final PythonLikeTypeBuiltinTypes.FROZEN_SET_TYPEstatic final PythonLikeTypeBuiltinTypes.FUNCTION_TYPEstatic final PythonLikeTypeBuiltinTypes.GENERATOR_TYPEstatic final PythonLikeTypeBuiltinTypes.INT_TYPEstatic final PythonLikeTypeBuiltinTypes.ITERATOR_TYPEstatic final PythonLikeTypeBuiltinTypes.LIST_TYPEstatic final PythonLikeTypeBuiltinTypes.METHOD_TYPEstatic final PythonLikeTypeBuiltinTypes.MODULE_TYPEstatic PythonLikeTypePythonModule.MODULE_TYPEstatic final PythonLikeTypeBuiltinTypes.NONE_TYPEstatic final PythonLikeTypeBuiltinTypes.NOT_IMPLEMENTED_TYPEstatic final PythonLikeTypeNotImplemented.NOT_IMPLEMENTED_TYPEstatic final PythonLikeTypeBuiltinTypes.NULL_TYPEstatic final PythonLikeTypeBuiltinTypes.NUMBER_TYPEstatic final PythonLikeTypeAbstractPythonLikeObject.OBJECT_TYPEfinal PythonLikeTypePythonSuperObject.previousTypestatic final PythonLikeTypeBuiltinTypes.RANGE_TYPEstatic final PythonLikeTypeBuiltinTypes.SET_TYPEstatic final PythonLikeTypeBuiltinTypes.SLICE_TYPEstatic PythonLikeTypePythonSlice.SLICE_TYPEstatic final PythonLikeTypeBuiltinTypes.STATIC_FUNCTION_TYPEstatic final PythonLikeTypeBuiltinTypes.STRING_TYPEstatic final PythonLikeTypeBuiltinTypes.SUPER_TYPEstatic final PythonLikeTypeBuiltinTypes.TUPLE_TYPEstatic final PythonLikeTypeBuiltinTypes.TYPE_TYPEFields in ai.timefold.jpyinterpreter.types with type parameters of type PythonLikeTypeMethods in ai.timefold.jpyinterpreter.types that return PythonLikeTypeModifier and TypeMethodDescriptionPythonKnownFunctionType.$getGenericType()PythonLikeType.$getGenericType()AbstractPythonLikeObject.$getType()GeneratedFunctionMethodReference.$getType()PythonKnownFunctionType.$getType()default PythonLikeTypePythonLikeFunction.$getType()PythonLikeType.$getType()static PythonLikeTypePythonLikeFunction.getClassFunctionType()PythonLikeType.getDefiningTypeOrNull(String attributeName) static PythonLikeTypePythonLikeFunction.getFunctionType()PythonLikeGenericType.getOrigin()PythonJavaTypeMapping.getPythonType()static PythonLikeTypePythonLikeFunction.getStaticFunctionType()static PythonLikeTypePythonLikeType.getTypeForNewClass(String typeName, String internalName) static PythonLikeTypePythonLikeType.registerBaseType()static PythonLikeTypePythonLikeType.registerTypeType()PythonLikeType.unifyWith(PythonLikeType other) Methods in ai.timefold.jpyinterpreter.types that return types with arguments of type PythonLikeTypeMethods in ai.timefold.jpyinterpreter.types with parameters of type PythonLikeTypeModifier and TypeMethodDescriptionPythonKnownFunctionType.getFunctionForParameters(PythonLikeType... parameters) booleanPythonLikeType.isSubclassOf(PythonLikeType type) static voidPythonLikeComparable.setup(PythonLikeType type) PythonLikeType.unifyWith(PythonLikeType other) Method parameters in ai.timefold.jpyinterpreter.types with type arguments of type PythonLikeTypeModifier and TypeMethodDescriptionvoidPythonLikeType.initializeNewType(List<PythonLikeType> superClassTypes) Constructors in ai.timefold.jpyinterpreter.types with parameters of type PythonLikeTypeModifierConstructorDescriptionAbstractPythonLikeObject(PythonLikeType __type__) AbstractPythonLikeObject(PythonLikeType __type__, Map<String, PythonLikeObject> __dir__) CPythonBackedPythonLikeObject(PythonInterpreter interpreter, PythonLikeType __type__) CPythonBackedPythonLikeObject(PythonInterpreter interpreter, PythonLikeType __type__, OpaquePythonReference reference) CPythonBackedPythonLikeObject(PythonInterpreter interpreter, PythonLikeType __type__, Map<String, PythonLikeObject> __dir__) CPythonBackedPythonLikeObject(PythonInterpreter interpreter, PythonLikeType __type__, Map<String, PythonLikeObject> __dir__, OpaquePythonReference reference) GeneratedFunctionMethodReference(Object instance, Method method, Map<String, Integer> parameterNameToIndexMap, PythonLikeType type) PythonLikeGenericType(PythonLikeType origin) PythonSuperObject(PythonLikeType previousType) PythonSuperObject(PythonLikeType previousType, PythonLikeObject instance) Constructor parameters in ai.timefold.jpyinterpreter.types with type arguments of type PythonLikeTypeModifierConstructorDescriptionPythonLikeType(String typeName, Class<? extends PythonLikeObject> javaClass, Consumer<PythonLikeType> initializer) PythonLikeType(String typeName, Class<? extends PythonLikeObject> javaClass, List<PythonLikeType> parents) PythonLikeType(String typeName, String javaTypeInternalName, List<PythonLikeType> parents) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.collections
Constructors in ai.timefold.jpyinterpreter.types.collections with parameters of type PythonLikeType -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.collections.view
Fields in ai.timefold.jpyinterpreter.types.collections.view declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic final PythonLikeTypeDictItemView.$TYPEstatic final PythonLikeTypeDictKeyView.$TYPEstatic final PythonLikeTypeDictValueView.$TYPE -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.datetime
Fields in ai.timefold.jpyinterpreter.types.datetime declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic PythonLikeTypePythonDate.$TYPEstatic PythonLikeTypePythonDateTime.$TYPEstatic PythonLikeTypePythonTime.$TYPEstatic PythonLikeTypePythonTimeDelta.$TYPEstatic PythonLikeTypePythonTzinfo.$TYPEstatic PythonLikeTypePythonDateTime.DATE_TIME_TYPEstatic PythonLikeTypePythonDate.DATE_TYPEstatic PythonLikeTypePythonTimeDelta.TIME_DELTA_TYPEstatic PythonLikeTypePythonTime.TIME_TYPEstatic PythonLikeTypePythonTzinfo.TZ_INFO_TYPEMethods in ai.timefold.jpyinterpreter.types.datetime with parameters of type PythonLikeTypeModifier and TypeMethodDescriptionstatic PythonDateTimePythonDateTime.combine(PythonLikeType type, PythonDate pythonDate, PythonTime pythonTime, PythonLikeObject tzinfo) static PythonDatePythonDate.from_iso_calendar(PythonLikeType dateType, PythonInteger year, PythonInteger week, PythonInteger day) static PythonDatePythonDate.from_iso_format(PythonLikeType dateType, PythonString dateString) static PythonDatePythonDate.from_ordinal(PythonLikeType dateType, PythonInteger ordinal) static PythonDatePythonDate.from_timestamp(PythonLikeType dateType, PythonNumber timestamp) static PythonDateTimePythonDateTime.from_timestamp(PythonLikeType type, PythonNumber timestamp, PythonLikeObject tzinfo) static PythonDateTimePythonDateTime.now(PythonLikeType type, PythonLikeObject tzinfo) static PythonDateTimePythonDateTime.strptime(PythonLikeType type, PythonString date_string, PythonString format) static PythonDatePythonDate.today(PythonLikeType dateType) static PythonDateTimePythonDateTime.utc_from_timestamp(PythonLikeType type, PythonNumber timestamp) static PythonDateTimePythonDateTime.utc_now(PythonLikeType type) Constructors in ai.timefold.jpyinterpreter.types.datetime with parameters of type PythonLikeType -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.errors
Fields in ai.timefold.jpyinterpreter.types.errors declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic final PythonLikeTypeAttributeError.$TYPEstatic final PythonLikeTypeBufferError.$TYPEstatic final PythonLikeTypeCPythonException.$TYPEstatic final PythonLikeTypeGeneratorExit.$TYPEstatic final PythonLikeTypeImportError.$TYPEstatic final PythonLikeTypeModuleNotFoundError.$TYPEstatic final PythonLikeTypeNameError.$TYPEstatic final PythonLikeTypeNotImplementedError.$TYPEstatic final PythonLikeTypePythonAssertionError.$TYPEstatic final PythonLikeTypePythonBaseException.$TYPEstatic final PythonLikeTypePythonException.$TYPEstatic final PythonLikeTypePythonTraceback.$TYPEstatic final PythonLikeTypeRecursionError.$TYPEstatic final PythonLikeTypeReferenceError.$TYPEstatic final PythonLikeTypeRuntimeError.$TYPEstatic final PythonLikeTypeStopAsyncIteration.$TYPEstatic final PythonLikeTypeStopIteration.$TYPEstatic final PythonLikeTypeTypeError.$TYPEstatic final PythonLikeTypeUnboundLocalError.$TYPEstatic final PythonLikeTypeValueError.$TYPEstatic final PythonLikeTypePythonAssertionError.ASSERTION_ERROR_TYPEstatic final PythonLikeTypeAttributeError.ATTRIBUTE_ERROR_TYPEstatic final PythonLikeTypePythonBaseException.BASE_EXCEPTION_TYPEstatic final PythonLikeTypeBufferError.BUFFER_ERROR_TYPEstatic final PythonLikeTypeCPythonException.CPYTHON_EXCEPTION_TYPEstatic final PythonLikeTypePythonException.EXCEPTION_TYPEstatic final PythonLikeTypeGeneratorExit.GENERATOR_EXIT_TYPEstatic final PythonLikeTypeImportError.IMPORT_ERROR_TYPEstatic final PythonLikeTypeModuleNotFoundError.MODULE_NOT_FOUND_ERROR_TYPEstatic final PythonLikeTypeNameError.NAME_ERROR_TYPEstatic final PythonLikeTypeNotImplementedError.NOT_IMPLEMENTED_ERROR_TYPEstatic final PythonLikeTypeRecursionError.RECURSION_ERROR_TYPEstatic final PythonLikeTypeReferenceError.REFERENCE_ERROR_TYPEstatic final PythonLikeTypeRuntimeError.RUNTIME_ERROR_TYPEstatic final PythonLikeTypeStopAsyncIteration.STOP_ASYNC_ITERATION_TYPEstatic final PythonLikeTypeStopIteration.STOP_ITERATION_TYPEstatic final PythonLikeTypePythonTraceback.TRACEBACK_TYPEstatic final PythonLikeTypeTypeError.TYPE_ERROR_TYPEstatic final PythonLikeTypeUnboundLocalError.UNBOUND_LOCAL_ERROR_TYPEstatic final PythonLikeTypeValueError.VALUE_ERROR_TYPEMethods in ai.timefold.jpyinterpreter.types.errors that return PythonLikeTypeConstructors in ai.timefold.jpyinterpreter.types.errors with parameters of type PythonLikeTypeModifierConstructorDescriptionAttributeError(PythonLikeType type, List<PythonLikeObject> args) BufferError(PythonLikeType type) BufferError(PythonLikeType type, String message) BufferError(PythonLikeType type, List<PythonLikeObject> args) GeneratorExit(PythonLikeType type, List<PythonLikeObject> args) ImportError(PythonLikeType type) ImportError(PythonLikeType type, String message) ImportError(PythonLikeType type, List<PythonLikeObject> args) ModuleNotFoundError(PythonLikeType type, String message) ModuleNotFoundError(PythonLikeType type, List<PythonLikeObject> args) NameError(PythonLikeType type) NameError(PythonLikeType type, String message) NameError(PythonLikeType type, List<PythonLikeObject> args) NotImplementedError(PythonLikeType type, String message) NotImplementedError(PythonLikeType type, List<PythonLikeObject> args) PythonAssertionError(PythonLikeType type, List<PythonLikeObject> args) PythonBaseException(PythonLikeType type, String message) PythonBaseException(PythonLikeType type, List<PythonLikeObject> args) PythonException(PythonLikeType type, String message) PythonException(PythonLikeType type, List<PythonLikeObject> args) RecursionError(PythonLikeType type) RecursionError(PythonLikeType type, String message) RecursionError(PythonLikeType type, List<PythonLikeObject> args) ReferenceError(PythonLikeType type) ReferenceError(PythonLikeType type, String message) ReferenceError(PythonLikeType type, List<PythonLikeObject> args) RuntimeError(PythonLikeType type) RuntimeError(PythonLikeType type, String message) RuntimeError(PythonLikeType type, List<PythonLikeObject> args) StopAsyncIteration(PythonLikeType type, List<PythonLikeObject> args) StopIteration(PythonLikeType type, List<PythonLikeObject> args) TypeError(PythonLikeType type) TypeError(PythonLikeType type, String message) TypeError(PythonLikeType type, List<PythonLikeObject> args) UnboundLocalError(PythonLikeType type, String message) UnboundLocalError(PythonLikeType type, List<PythonLikeObject> args) ValueError(PythonLikeType type) ValueError(PythonLikeType type, String message) ValueError(PythonLikeType type, List<PythonLikeObject> args) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.errors.arithmetic
Fields in ai.timefold.jpyinterpreter.types.errors.arithmetic declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic final PythonLikeTypeArithmeticError.$TYPEstatic final PythonLikeTypeFloatingPointError.$TYPEstatic final PythonLikeTypeOverflowError.$TYPEstatic final PythonLikeTypeZeroDivisionError.$TYPEstatic final PythonLikeTypeArithmeticError.ARITHMETIC_ERROR_TYPEstatic final PythonLikeTypeFloatingPointError.FLOATING_POINT_ERROR_TYPEstatic final PythonLikeTypeOverflowError.OVERFLOW_ERROR_TYPEstatic final PythonLikeTypeZeroDivisionError.ZERO_DIVISION_ERROR_TYPEConstructors in ai.timefold.jpyinterpreter.types.errors.arithmetic with parameters of type PythonLikeTypeModifierConstructorDescriptionArithmeticError(PythonLikeType type, String message) ArithmeticError(PythonLikeType type, List<PythonLikeObject> args) FloatingPointError(PythonLikeType type, String message) FloatingPointError(PythonLikeType type, List<PythonLikeObject> args) OverflowError(PythonLikeType type) OverflowError(PythonLikeType type, String message) OverflowError(PythonLikeType type, List<PythonLikeObject> args) ZeroDivisionError(PythonLikeType type, String message) ZeroDivisionError(PythonLikeType type, List<PythonLikeObject> args) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.errors.io
Fields in ai.timefold.jpyinterpreter.types.errors.io declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic final PythonLikeTypeBlockingIOError.$TYPEstatic final PythonLikeTypeChildProcessError.$TYPEstatic final PythonLikeTypeEOFError.$TYPEstatic final PythonLikeTypeFileExistsError.$TYPEstatic final PythonLikeTypeFileNotFoundError.$TYPEstatic final PythonLikeTypeInterruptedError.$TYPEstatic final PythonLikeTypeIsADirectoryError.$TYPEstatic final PythonLikeTypeKeyboardInterrupt.$TYPEstatic final PythonLikeTypeMemoryError.$TYPEstatic final PythonLikeTypeNotADirectoryError.$TYPEstatic final PythonLikeTypeOSError.$TYPEstatic final PythonLikeTypePermissionError.$TYPEstatic final PythonLikeTypeProcessLookupError.$TYPEstatic final PythonLikeTypeSystemError.$TYPEstatic final PythonLikeTypeSystemExit.$TYPEstatic final PythonLikeTypeTimeoutError.$TYPEstatic final PythonLikeTypeBlockingIOError.BLOCKING_IO_ERROR_TYPEstatic final PythonLikeTypeChildProcessError.CHILD_PROCESS_ERROR_TYPEstatic final PythonLikeTypeEOFError.EOF_ERROR_TYPEstatic final PythonLikeTypeFileExistsError.FILE_EXISTS_ERROR_TYPEstatic final PythonLikeTypeFileNotFoundError.FILE_NOT_FOUND_ERROR_TYPEstatic final PythonLikeTypeInterruptedError.INTERRUPTED_ERROR_TYPEstatic final PythonLikeTypeIsADirectoryError.IS_A_DIRECTORY_ERROR_TYPEstatic final PythonLikeTypeKeyboardInterrupt.KEYBOARD_INTERRUPT_TYPEstatic final PythonLikeTypeMemoryError.MEMORY_ERROR_TYPEstatic final PythonLikeTypeNotADirectoryError.NOT_A_DIRECTORY_ERROR_TYPEstatic final PythonLikeTypeOSError.OS_ERROR_TYPEstatic final PythonLikeTypePermissionError.PERMISSION_ERROR_TYPEstatic final PythonLikeTypeProcessLookupError.PROCESS_LOOKUP_ERROR_TYPEstatic final PythonLikeTypeSystemError.SYSTEM_ERROR_TYPEstatic final PythonLikeTypeSystemExit.SYSTEM_EXIT_TYPEstatic final PythonLikeTypeTimeoutError.TIMEOUT_ERROR_TYPEConstructors in ai.timefold.jpyinterpreter.types.errors.io with parameters of type PythonLikeTypeModifierConstructorDescriptionBlockingIOError(PythonLikeType type, String message) BlockingIOError(PythonLikeType type, List<PythonLikeObject> args) ChildProcessError(PythonLikeType type, String message) ChildProcessError(PythonLikeType type, List<PythonLikeObject> args) EOFError(PythonLikeType type) EOFError(PythonLikeType type, String message) EOFError(PythonLikeType type, List<PythonLikeObject> args) FileExistsError(PythonLikeType type, String message) FileExistsError(PythonLikeType type, List<PythonLikeObject> args) FileNotFoundError(PythonLikeType type, String message) FileNotFoundError(PythonLikeType type, List<PythonLikeObject> args) InterruptedError(PythonLikeType type, String message) InterruptedError(PythonLikeType type, List<PythonLikeObject> args) IsADirectoryError(PythonLikeType type, String message) IsADirectoryError(PythonLikeType type, List<PythonLikeObject> args) KeyboardInterrupt(PythonLikeType type, String message) KeyboardInterrupt(PythonLikeType type, List<PythonLikeObject> args) MemoryError(PythonLikeType type) MemoryError(PythonLikeType type, String message) MemoryError(PythonLikeType type, List<PythonLikeObject> args) NotADirectoryError(PythonLikeType type, String message) NotADirectoryError(PythonLikeType type, List<PythonLikeObject> args) OSError(PythonLikeType type) OSError(PythonLikeType type, String message) OSError(PythonLikeType type, List<PythonLikeObject> args) PermissionError(PythonLikeType type, String message) PermissionError(PythonLikeType type, List<PythonLikeObject> args) ProcessLookupError(PythonLikeType type, String message) ProcessLookupError(PythonLikeType type, List<PythonLikeObject> args) SystemError(PythonLikeType type) SystemError(PythonLikeType type, String message) SystemError(PythonLikeType type, List<PythonLikeObject> args) SystemExit(PythonLikeType type) SystemExit(PythonLikeType type, String message) SystemExit(PythonLikeType type, List<PythonLikeObject> args) TimeoutError(PythonLikeType type) TimeoutError(PythonLikeType type, String message) TimeoutError(PythonLikeType type, List<PythonLikeObject> args) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.errors.io.connection
Fields in ai.timefold.jpyinterpreter.types.errors.io.connection declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic final PythonLikeTypeBrokenPipeError.$TYPEstatic final PythonLikeTypeConnectionAbortedError.$TYPEstatic final PythonLikeTypeConnectionError.$TYPEstatic final PythonLikeTypeConnectionRefusedError.$TYPEstatic final PythonLikeTypeConnectionResetError.$TYPEstatic final PythonLikeTypeBrokenPipeError.BROKEN_PIPE_ERROR_TYPEstatic final PythonLikeTypeConnectionAbortedError.CONNECTION_ABORTED_ERROR_TYPEstatic final PythonLikeTypeConnectionError.CONNECTION_ERROR_TYPEstatic final PythonLikeTypeConnectionRefusedError.CONNECTION_REFUSED_ERROR_TYPEstatic final PythonLikeTypeConnectionResetError.CONNECTION_RESET_ERROR_TYPEConstructors in ai.timefold.jpyinterpreter.types.errors.io.connection with parameters of type PythonLikeTypeModifierConstructorDescriptionBrokenPipeError(PythonLikeType type, String message) BrokenPipeError(PythonLikeType type, List<PythonLikeObject> args) ConnectionAbortedError(PythonLikeType type, String message) ConnectionAbortedError(PythonLikeType type, List<PythonLikeObject> args) ConnectionError(PythonLikeType type, String message) ConnectionError(PythonLikeType type, List<PythonLikeObject> args) ConnectionRefusedError(PythonLikeType type, String message) ConnectionRefusedError(PythonLikeType type, List<PythonLikeObject> args) ConnectionResetError(PythonLikeType type, String message) ConnectionResetError(PythonLikeType type, List<PythonLikeObject> args) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.errors.lookup
Fields in ai.timefold.jpyinterpreter.types.errors.lookup declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic final PythonLikeTypeIndexError.$TYPEstatic final PythonLikeTypeKeyError.$TYPEstatic final PythonLikeTypeLookupError.$TYPEstatic final PythonLikeTypeIndexError.INDEX_ERROR_TYPEstatic final PythonLikeTypeKeyError.KEY_ERROR_TYPEstatic final PythonLikeTypeLookupError.LOOKUP_ERROR_TYPEConstructors in ai.timefold.jpyinterpreter.types.errors.lookup with parameters of type PythonLikeTypeModifierConstructorDescriptionIndexError(PythonLikeType type) IndexError(PythonLikeType type, String message) IndexError(PythonLikeType type, List<PythonLikeObject> args) KeyError(PythonLikeType type) KeyError(PythonLikeType type, String message) KeyError(PythonLikeType type, List<PythonLikeObject> args) LookupError(PythonLikeType type) LookupError(PythonLikeType type, String message) LookupError(PythonLikeType type, List<PythonLikeObject> args) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.errors.syntax
Fields in ai.timefold.jpyinterpreter.types.errors.syntax declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic final PythonLikeTypeIndentationError.$TYPEstatic final PythonLikeTypeSyntaxError.$TYPEstatic final PythonLikeTypeTabError.$TYPEstatic final PythonLikeTypeIndentationError.INDENTATION_ERROR_TYPEstatic final PythonLikeTypeSyntaxError.SYNTAX_ERROR_TYPEstatic final PythonLikeTypeTabError.TAB_ERROR_TYPEConstructors in ai.timefold.jpyinterpreter.types.errors.syntax with parameters of type PythonLikeTypeModifierConstructorDescriptionIndentationError(PythonLikeType type, String message) IndentationError(PythonLikeType type, List<PythonLikeObject> args) SyntaxError(PythonLikeType type) SyntaxError(PythonLikeType type, String message) SyntaxError(PythonLikeType type, List<PythonLikeObject> args) TabError(PythonLikeType type) TabError(PythonLikeType type, String message) TabError(PythonLikeType type, List<PythonLikeObject> args) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.errors.unicode
Fields in ai.timefold.jpyinterpreter.types.errors.unicode declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic final PythonLikeTypeUnicodeDecodeError.$TYPEstatic final PythonLikeTypeUnicodeEncodeError.$TYPEstatic final PythonLikeTypeUnicodeError.$TYPEstatic final PythonLikeTypeUnicodeTranslateError.$TYPEstatic final PythonLikeTypeUnicodeDecodeError.UNICODE_DECODE_ERROR_TYPEstatic final PythonLikeTypeUnicodeEncodeError.UNICODE_ENCODE_ERROR_TYPEstatic final PythonLikeTypeUnicodeError.UNICODE_ERROR_TYPEstatic final PythonLikeTypeUnicodeTranslateError.UNICODE_TRANSLATE_ERROR_TYPEConstructors in ai.timefold.jpyinterpreter.types.errors.unicode with parameters of type PythonLikeTypeModifierConstructorDescriptionUnicodeDecodeError(PythonLikeType type, String message) UnicodeDecodeError(PythonLikeType type, List<PythonLikeObject> args) UnicodeEncodeError(PythonLikeType type, String message) UnicodeEncodeError(PythonLikeType type, List<PythonLikeObject> args) UnicodeError(PythonLikeType type) UnicodeError(PythonLikeType type, String message) UnicodeError(PythonLikeType type, List<PythonLikeObject> args) UnicodeTranslateError(PythonLikeType type, String message) UnicodeTranslateError(PythonLikeType type, List<PythonLikeObject> args) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.errors.warning
Fields in ai.timefold.jpyinterpreter.types.errors.warning declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic final PythonLikeTypeBytesWarning.$TYPEstatic final PythonLikeTypeDeprecationWarning.$TYPEstatic final PythonLikeTypeEncodingWarning.$TYPEstatic final PythonLikeTypeFutureWarning.$TYPEstatic final PythonLikeTypeImportWarning.$TYPEstatic final PythonLikeTypePendingDeprecationWarning.$TYPEstatic final PythonLikeTypeResourceWarning.$TYPEstatic final PythonLikeTypeRuntimeWarning.$TYPEstatic final PythonLikeTypeSyntaxWarning.$TYPEstatic final PythonLikeTypeUnicodeWarning.$TYPEstatic final PythonLikeTypeUserWarning.$TYPEstatic final PythonLikeTypeWarning.$TYPEstatic final PythonLikeTypeBytesWarning.BYTES_WARNING_TYPEstatic final PythonLikeTypeDeprecationWarning.DEPRECATION_WARNING_TYPEstatic final PythonLikeTypeEncodingWarning.ENCODING_WARNING_TYPEstatic final PythonLikeTypeFutureWarning.FUTURE_WARNING_TYPEstatic final PythonLikeTypeImportWarning.IMPORT_WARNING_TYPEstatic final PythonLikeTypePendingDeprecationWarning.PENDING_DEPRECATION_WARNING_TYPEstatic final PythonLikeTypeResourceWarning.RESOURCE_WARNING_TYPEstatic final PythonLikeTypeRuntimeWarning.RUNTIME_WARNING_TYPEstatic final PythonLikeTypeSyntaxWarning.SYNTAX_WARNING_TYPEstatic final PythonLikeTypeUnicodeWarning.UNICODE_WARNING_TYPEstatic final PythonLikeTypeUserWarning.USER_WARNING_TYPEstatic final PythonLikeTypeWarning.WARNING_TYPEConstructors in ai.timefold.jpyinterpreter.types.errors.warning with parameters of type PythonLikeTypeModifierConstructorDescriptionBytesWarning(PythonLikeType type) BytesWarning(PythonLikeType type, String message) BytesWarning(PythonLikeType type, List<PythonLikeObject> args) DeprecationWarning(PythonLikeType type, String message) DeprecationWarning(PythonLikeType type, List<PythonLikeObject> args) EncodingWarning(PythonLikeType type, String message) EncodingWarning(PythonLikeType type, List<PythonLikeObject> args) FutureWarning(PythonLikeType type) FutureWarning(PythonLikeType type, String message) FutureWarning(PythonLikeType type, List<PythonLikeObject> args) ImportWarning(PythonLikeType type) ImportWarning(PythonLikeType type, String message) ImportWarning(PythonLikeType type, List<PythonLikeObject> args) PendingDeprecationWarning(PythonLikeType type, String message) PendingDeprecationWarning(PythonLikeType type, List<PythonLikeObject> args) ResourceWarning(PythonLikeType type, String message) ResourceWarning(PythonLikeType type, List<PythonLikeObject> args) RuntimeWarning(PythonLikeType type) RuntimeWarning(PythonLikeType type, String message) RuntimeWarning(PythonLikeType type, List<PythonLikeObject> args) SyntaxWarning(PythonLikeType type) SyntaxWarning(PythonLikeType type, String message) SyntaxWarning(PythonLikeType type, List<PythonLikeObject> args) UnicodeWarning(PythonLikeType type) UnicodeWarning(PythonLikeType type, String message) UnicodeWarning(PythonLikeType type, List<PythonLikeObject> args) UserWarning(PythonLikeType type) UserWarning(PythonLikeType type, String message) UserWarning(PythonLikeType type, List<PythonLikeObject> args) Warning(PythonLikeType type) Warning(PythonLikeType type, String message) Warning(PythonLikeType type, List<PythonLikeObject> args) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.numeric
Fields in ai.timefold.jpyinterpreter.types.numeric declared as PythonLikeTypeModifier and TypeFieldDescriptionstatic final PythonLikeTypePythonComplex.COMPLEX_TYPEstatic final PythonLikeTypePythonNumber.NUMBER_TYPEMethods in ai.timefold.jpyinterpreter.types.numeric that return PythonLikeTypeModifier and TypeMethodDescriptionPythonBoolean.$getType()static PythonLikeTypePythonBoolean.registerMethods()Constructors in ai.timefold.jpyinterpreter.types.numeric with parameters of type PythonLikeTypeModifierConstructorDescriptionPythonInteger(PythonLikeType type) PythonInteger(PythonLikeType type, BigInteger value) -
Uses of PythonLikeType in ai.timefold.jpyinterpreter.types.wrappers
Subclasses of PythonLikeType in ai.timefold.jpyinterpreter.types.wrappersMethods in ai.timefold.jpyinterpreter.types.wrappers that return PythonLikeTypeModifier and TypeMethodDescriptionCPythonType.$getType()JavaMethodReference.$getType()JavaObjectWrapper.$getType()MultiDispatchJavaMethodReference.$getType()PythonLikeFunctionWrapper.$getType()static PythonLikeTypeJavaObjectWrapper.getPythonTypeForClass(Class<?> objectClass) static PythonLikeTypeJavaObjectWrapper.getPythonTypeForClass(Class<?> objectClass, Map<Object, PythonLikeObject> convertedObjectMap)