Package ai.timefold.jpyinterpreter
Class ValueSourceInfo
java.lang.Object
ai.timefold.jpyinterpreter.ValueSourceInfo
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static ValueSourceInfoof(Opcode sourceOpcode, PythonLikeType valueType, ValueSourceInfo... dependencies) static ValueSourceInfoof(Opcode sourceOpcode, PythonLikeType valueType, List<ValueSourceInfo> dependencyList) toString()unifyWith(ValueSourceInfo other)
-
Method Details
-
getValueType
-
getPossibleSourceOpcodeSet
-
getValueDependencySet
-
unifyWith
-
equals
-
hashCode
public int hashCode() -
toString
-
of
public static ValueSourceInfo of(Opcode sourceOpcode, PythonLikeType valueType, ValueSourceInfo... dependencies) -
of
public static ValueSourceInfo of(Opcode sourceOpcode, PythonLikeType valueType, List<ValueSourceInfo> dependencyList)
-