org.sonar.sslr.internal.matchers
Class MatcherPathElement

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

public class MatcherPathElement
extends Object


Constructor Summary
MatcherPathElement(Matcher matcher, int startIndex, int endIndex)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getEndIndex()
           
 Matcher getMatcher()
           
 int getStartIndex()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatcherPathElement

public MatcherPathElement(Matcher matcher,
                          int startIndex,
                          int endIndex)
Method Detail

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


Copyright © 2009-2014 SonarSource. All Rights Reserved.