Package jflex
Class IntPair
- java.lang.Object
-
- jflex.IntPair
-
final class IntPair extends java.lang.Object
Simple pair of integers.Used in NFA to represent a partial NFA by its start and end state.
- Version:
- JFlex 1.7.0
-
-
Constructor Summary
Constructors Constructor Description IntPair(int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-