Package | Description |
---|---|
org.parboiled | |
org.parboiled.support |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<MatcherPosition> |
MatcherContext.memoizedMismatches |
Constructor and Description |
---|
MatcherContext(InputBuffer inputBuffer,
ValueStack<V> valueStack,
java.util.List<ParseError> parseErrors,
MatchHandler matchHandler,
MatcherContext<V> parent,
int level,
boolean fastStringMatching,
java.util.Set<MatcherPosition> memoizedMismatches) |
Modifier and Type | Method and Description |
---|---|
static MatcherPosition |
MatcherPosition.at(Matcher matcher,
java.lang.Integer index) |