public static class ReentrantNodeIterator.LoopInfo<StateT> extends Object
Modifier and Type | Field and Description |
---|---|
org.graalvm.collections.EconomicMap<LoopEndNode,StateT> |
endStates |
org.graalvm.collections.EconomicMap<LoopExitNode,StateT> |
exitStates |
Constructor and Description |
---|
LoopInfo(int endCount,
int exitCount) |
public final org.graalvm.collections.EconomicMap<LoopEndNode,StateT> endStates
public final org.graalvm.collections.EconomicMap<LoopExitNode,StateT> exitStates