org.parboiled.support
Class MatcherPosition

java.lang.Object
  extended by org.parboiled.support.MatcherPosition

public class MatcherPosition
extends java.lang.Object


Method Summary
static MatcherPosition at(Matcher matcher, java.lang.Integer index)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

at

public static MatcherPosition at(Matcher matcher,
                                 java.lang.Integer index)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object