Package jflex

Class IntPair

java.lang.Object
jflex.IntPair

final class IntPair extends Object
Simple pair of integers.

Used in NFA to represent a partial NFA by its start and end state.

Version:
JFlex 1.7.0
  • Field Details

    • start

      int start
    • end

      int end
  • Constructor Details

    • IntPair

      IntPair(int start, int end)
  • Method Details