Package org.sonar.sslr.internal.matchers
Class MatcherPathElement
- java.lang.Object
-
- org.sonar.sslr.internal.matchers.MatcherPathElement
-
public class MatcherPathElement extends Object
-
-
Constructor Summary
Constructors Constructor Description MatcherPathElement(Matcher matcher, int startIndex, int endIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetEndIndex()MatchergetMatcher()intgetStartIndex()inthashCode()
-
-
-
Constructor Detail
-
MatcherPathElement
public MatcherPathElement(Matcher matcher, int startIndex, int endIndex)
-
-