Uses of Class
jflex.base.IntPair
Packages that use IntPair
-
Uses of IntPair in jflex.base
Subclasses of IntPair in jflex.baseMethods in jflex.base that return IntPair -
Uses of IntPair in jflex.core
Methods in jflex.core that return IntPairModifier and TypeMethodDescriptionprivate IntPair
NFA.complement
(IntPair nfa) Constructs an NFA accepting the complement of the language of a given NFA.Constructs an NFA for regExp such that the NFA hasprivate IntPair
NFA.insertStringNFA
(boolean caseless, String str) Methods in jflex.core with parameters of type IntPairModifier and TypeMethodDescriptionprivate IntPair
NFA.complement
(IntPair nfa) Constructs an NFA accepting the complement of the language of a given NFA.