Uses of Class
jflex.IntPair
-
Packages that use IntPair Package Description jflex -
-
Uses of IntPair in jflex
Methods in jflex that return IntPair Modifier and Type Method Description private IntPairNFA. complement(IntPair nfa)Constructs an NFA accepting the complement of the language of a given NFA.IntPairNFA. insertNFA(RegExp regExp)Constructs an NFA for regExp such that the NFA hasprivate IntPairNFA. insertStringNFA(boolean caseless, java.lang.String str)Methods in jflex with parameters of type IntPair Modifier and Type Method Description private IntPairNFA. complement(IntPair nfa)Constructs an NFA accepting the complement of the language of a given NFA.
-