Uses of Class
com.facilita.fc.jni.RegExpMatch
-
Packages that use RegExpMatch Package Description com.facilita.fc.jni Contains useful utility classes. -
-
Uses of RegExpMatch in com.facilita.fc.jni
Methods in com.facilita.fc.jni that return RegExpMatch Modifier and Type Method Description RegExpMatch
RegExpMatchList. get(int i)
Gets the nth match in the list.Methods in com.facilita.fc.jni with parameters of type RegExpMatch Modifier and Type Method Description void
RegExpMatchList. add(RegExpMatch x)
Adds aRegExpMatch
to the list.static long
RegExpMatch. getCPtr(RegExpMatch obj)
For internal use only.void
RegExpMatchList. set(int i, RegExpMatch val)
Sets the nth match in the list.
-