Uses of Enum Class
ai.timefold.jpyinterpreter.CompareOp
Packages that use CompareOp
-
Uses of CompareOp in ai.timefold.jpyinterpreter
Methods in ai.timefold.jpyinterpreter that return CompareOpModifier and TypeMethodDescriptionstatic CompareOpstatic CompareOpCompareOp.getOpForDunderMethod(String dunderMethod) static CompareOpReturns the enum constant of this class with the specified name.static CompareOp[]CompareOp.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CompareOp in ai.timefold.jpyinterpreter.implementors
Methods in ai.timefold.jpyinterpreter.implementors with parameters of type CompareOpModifier and TypeMethodDescriptionstatic voidDunderOperatorImplementor.compareValues(org.objectweb.asm.MethodVisitor methodVisitor, StackMetadata stackMetadata, CompareOp op) Compares TOS and TOS1 via their dunder methods.