Home
last modified time | relevance | path

Searched refs:_matchingElementIndex (Results 1 – 1 of 1) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonPointer.java65 protected final int _matchingElementIndex; field in JsonPointer
80 _matchingElementIndex = -1; in JsonPointer()
93 _matchingElementIndex = _parseIndex(segment); in JsonPointer()
103 _matchingElementIndex = matchIndex; in JsonPointer()
261 public int getMatchingIndex() { return _matchingElementIndex; } in getMatchingIndex()
273 public boolean mayMatchElement() { return _matchingElementIndex >= 0; } in mayMatchElement()
351 return (index == _matchingElementIndex) && (index >= 0); in matchesElement()
358 if ((index != _matchingElementIndex) || (index < 0)) { in matchElement()
509 _matchingElementIndex, next._constructHead(suffixLength, last)); in _constructHead()
520 _matchingElementIndex, next._constructHead(suffixLength, last)); in _constructHead()