Uses of Class
ai.timefold.jpyinterpreter.opcodes.descriptor.VersionMapping
Packages that use VersionMapping
-
Uses of VersionMapping in ai.timefold.jpyinterpreter.opcodes.descriptor
Methods in ai.timefold.jpyinterpreter.opcodes.descriptor that return VersionMappingModifier and TypeMethodDescriptionstatic VersionMappingVersionMapping.constantMapping(BiFunction<PythonBytecodeInstruction, PythonVersion, Opcode> mapper) static VersionMappingVersionMapping.constantMapping(Function<PythonBytecodeInstruction, Opcode> mapper) AsyncOpDescriptor.getVersionMapping()CollectionOpDescriptor.getVersionMapping()ControlOpDescriptor.getVersionMapping()DunderOpDescriptor.getVersionMapping()ExceptionOpDescriptor.getVersionMapping()FunctionOpDescriptor.getVersionMapping()GeneratorOpDescriptor.getVersionMapping()MetaOpDescriptor.getVersionMapping()ModuleOpDescriptor.getVersionMapping()ObjectOpDescriptor.getVersionMapping()OpcodeDescriptor.getVersionMapping()StackOpDescriptor.getVersionMapping()StringOpDescriptor.getVersionMapping()VariableOpDescriptor.getVersionMapping()VersionMapping.map(PythonVersion version, BiFunction<PythonBytecodeInstruction, PythonVersion, Opcode> mapper) VersionMapping.map(PythonVersion version, Function<PythonBytecodeInstruction, Opcode> mapper) VersionMapping.mapWithLabels(PythonVersion version, BiFunction<PythonBytecodeInstruction, Integer, Opcode> mapper, ToIntBiFunction<PythonBytecodeInstruction, PythonVersion> labelMapper) static VersionMappingVersionMapping.unimplemented()