Package jflex.base
Class IntPair
java.lang.Object
jflex.base.IntPair
- Direct Known Subclasses:
AutoValue_IntPair
Simple pair of integers.
Used in NFA to represent a partial NFA by its start and end state.
- Version:
- JFlex 1.8.2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntPair
public IntPair()
-
-
Method Details
-
start
public abstract int start() -
end
public abstract int end() -
create
-