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