Uses of Class
jflex.base.IntPair
-
Packages that use IntPair Package Description jflex.base jflex.core -
-
Uses of IntPair in jflex.base
Methods in jflex.base that return IntPair Modifier and Type Method Description static IntPairIntPair. create(int start, int end) -
Uses of IntPair in jflex.core
Methods in jflex.core that return IntPair Modifier and Type Method Description IntPairNFA. insertNFA(RegExp regExp)Constructs an NFA for regExp such that the NFA has
-