Package ai.timefold.jpyinterpreter.implementors
package ai.timefold.jpyinterpreter.implementors
-
ClassesClassDescriptionImplementations of opcodes related to collections (list, tuple, set, dict).Implementations of opcodes that delegate to dunder/magic methods.Implementations of opcodes related to exceptionsImplements opcodes related to functionsImplementations of opcodes and operations that require Java to Python or Python to Java conversions.Implementations of jump opcodesImplements function calls when the function being called is known.Implementations of opcodes related to objectsImplementations of opcodes/operations that do not use dunder methods / are builtin.Implementations of loading Python constantsImplementations of stack manipulation opcodes (rotations, pop, duplication, etc.)Implementations of local variable manipulation opcodes.