Class InstructionsFlow<T extends org.eolang.jeo.representation.bytecode.InstructionsFlow.Reducible<T>>
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.InstructionsFlow<T>
-
- Type Parameters:
T
- Type of the reducible element.
public final class InstructionsFlow<T extends org.eolang.jeo.representation.bytecode.InstructionsFlow.Reducible<T>> extends Object
Data-flow analysis. This class knows how to compute the maximum value of a reducible element based on the instruction flow.- Since:
- 0.6
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<T>
max(T initial, Function<BytecodeEntry,T> generator)
Compute the maximum value for stack or variables.
-