Class MatcherPathElement

java.lang.Object
org.sonar.sslr.internal.matchers.MatcherPathElement

public class MatcherPathElement extends Object
  • Constructor Details

    • MatcherPathElement

      public MatcherPathElement(Matcher matcher, int startIndex, int endIndex)
  • Method Details

    • getMatcher

      public Matcher getMatcher()
    • getStartIndex

      public int getStartIndex()
    • getEndIndex

      public int getEndIndex()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object