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