Class _MatchImplFunction.MatchObject
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.functions._MatchImplFunction.MatchObject
-
- Enclosing class:
- _MatchImplFunction
static class _MatchImplFunction.MatchObject extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<_MatchImplFunction.CaptureObject>
captures
int
length
int
offset
java.lang.String
string
-
Constructor Summary
Constructors Constructor Description MatchObject()
-
-
-
Field Detail
-
offset
public int offset
-
length
public int length
-
string
public java.lang.String string
-
captures
public java.util.List<_MatchImplFunction.CaptureObject> captures
-
-