public class MatcherPathElement extends Object
| Constructor and Description |
|---|
MatcherPathElement(Matcher matcher,
int startIndex,
int endIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getEndIndex() |
Matcher |
getMatcher() |
int |
getStartIndex() |
int |
hashCode() |
public MatcherPathElement(Matcher matcher, int startIndex, int endIndex)
Copyright © 2009–2018 SonarSource. All rights reserved.