Package ai.timefold.jpyinterpreter.dag
Class BasicBlock
java.lang.Object
ai.timefold.jpyinterpreter.dag.BasicBlock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsIndex(int index) booleanintintinthashCode()toString()
-
Constructor Details
-
BasicBlock
-
-
Method Details
-
getStartInclusive
public int getStartInclusive() -
getEndExclusive
public int getEndExclusive() -
getLeader
-
getFinalOpcode
-
containsIndex
public boolean containsIndex(int index) -
getBlockOpcodeList
-
equals
-
hashCode
public int hashCode() -
toString
-