(package private) boolean |
BestParser.apply(ParseContext ctxt) |
|
(package private) boolean |
DelimitedParser.apply(ParseContext ctxt) |
|
(package private) boolean |
EmptyListParser.apply(ParseContext ctxt) |
|
(package private) boolean |
NestableBlockCommentScanner.apply(ParseContext ctxt) |
|
(package private) abstract boolean |
Parser.apply(ParseContext ctxt) |
|
(package private) boolean |
ReluctantBetweenParser.apply(ParseContext ctxt) |
Deprecated.
|
(package private) boolean |
RepeatAtLeastParser.apply(ParseContext ctxt) |
|
(package private) boolean |
RepeatTimesParser.apply(ParseContext ctxt) |
|
(package private) boolean |
SkipAtLeastParser.apply(ParseContext ctxt) |
|
(package private) boolean |
SkipTimesParser.apply(ParseContext ctxt) |
|
private void |
BestParser.applyForBestFit(int from,
ParseContext ctxt,
java.lang.Object originalResult,
int originalStep,
int originalAt,
TreeNode originalLatestChild) |
|
private boolean |
RepeatAtLeastParser.applyMany(ParseContext ctxt,
java.util.Collection<T> collection) |
|
private boolean |
SkipAtLeastParser.applyMany(ParseContext ctxt) |
|
(package private) boolean |
ParseContext.applyNested(Parser<?> parser,
ParseContext nestedState) |
|
private void |
ParseContext.copyErrorFrom(ParseContext that) |
|
(package private) T |
Parser.getReturn(ParseContext ctxt) |
|
private boolean |
RepeatTimesParser.repeatAtMost(int times,
java.util.Collection<T> collection,
ParseContext ctxt) |
|
private boolean |
SkipTimesParser.repeatAtMost(int times,
ParseContext ctxt) |
|
void |
ParseContext.ParserTrace.startFresh(ParseContext context) |
Called when tokenizer passes on to token-level parser.
|