Uses of Class
ai.timefold.jpyinterpreter.ValueSourceInfo
Packages that use ValueSourceInfo
-
Uses of ValueSourceInfo in ai.timefold.jpyinterpreter
Methods in ai.timefold.jpyinterpreter that return ValueSourceInfoModifier and TypeMethodDescriptionStackMetadata.getCellVariableValueSource(int index) Returns the value source for the cell variable in slotindexStackMetadata.getLocalVariableValueSource(int index) Returns the value source for the local variable in slotindexStackMetadata.getTOSValueSource()StackMetadata.getValueSourceForStackIndex(int index) Returns the value source for the given stack index (stack index is how many elements below TOS (i.e. 0 is TOS, 1 is TOS1)).static ValueSourceInfoValueSourceInfo.of(Opcode sourceOpcode, PythonLikeType valueType, ValueSourceInfo... dependencies) static ValueSourceInfoValueSourceInfo.of(Opcode sourceOpcode, PythonLikeType valueType, List<ValueSourceInfo> dependencyList) ValueSourceInfo.unifyWith(ValueSourceInfo other) Methods in ai.timefold.jpyinterpreter that return types with arguments of type ValueSourceInfoModifier and TypeMethodDescriptionValueSourceInfo.getValueDependencySet()StackMetadata.getValueSourcesUpToStackIndex(int index) Returns the value sources up to (and not including) the given stack index (stack index is how many elements below TOS (i.e. 0 is TOS, 1 is TOS1)).Methods in ai.timefold.jpyinterpreter with parameters of type ValueSourceInfoModifier and TypeMethodDescriptionStackMetadata.locals(ValueSourceInfo... types) Return a new StackMetadata with the given local types.static ValueSourceInfoValueSourceInfo.of(Opcode sourceOpcode, PythonLikeType valueType, ValueSourceInfo... dependencies) StackMetadata.push(ValueSourceInfo type) Return a new StackMetadata withtypeadded as the new TOS element.StackMetadata.push(ValueSourceInfo... types) Return a new StackMetadata withtypesadded as the new elements.StackMetadata.set(int index, ValueSourceInfo type) StackMetadata.setCellVariableValueSource(int index, ValueSourceInfo type) Return a new StackMetadata with the cell variable in slotindextype set totype.StackMetadata.setLocalVariableValueSource(int index, ValueSourceInfo type) Return a new StackMetadata with the local variable in slotindextype set totype.StackMetadata.stack(ValueSourceInfo... types) Return a new StackMetadata withtypesas the stack; The original stack is cleared.ValueSourceInfo.unifyWith(ValueSourceInfo other) Method parameters in ai.timefold.jpyinterpreter with type arguments of type ValueSourceInfoModifier and TypeMethodDescriptionstatic ValueSourceInfoValueSourceInfo.of(Opcode sourceOpcode, PythonLikeType valueType, List<ValueSourceInfo> dependencyList)