Package org.parboiled.support
Class MatcherPosition
- java.lang.Object
-
- org.parboiled.support.MatcherPosition
-
public class MatcherPosition extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MatcherPosition(Matcher matcher, java.lang.Integer index)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MatcherPosition
at(Matcher matcher, java.lang.Integer index)
boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Constructor Detail
-
MatcherPosition
protected MatcherPosition(Matcher matcher, java.lang.Integer index)
-
-
Method Detail
-
at
public static MatcherPosition at(Matcher matcher, java.lang.Integer index)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-