|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
CharPredicate that returns true if the character is within the range of
[a, b].
Pattern object that matches if the current character in the input is between
character c1 and c2, in which case 1 is returned as match length.
Pattern.
Pattern.
Pattern object that matches regular expression modifiers, which is a list of
alpha characters.
Pattern object that matches any regular expression pattern string in the form
of /some pattern here/.
Pattern object that matches the input against this pattern for n times.
Pattern object that matches if the input has at least n characters
and the first n characters all satisfy predicate.
Parser that recognizes reserved word tokens.
Tokens.Fragment tagged as Tokens.Tag.RESERVED.
Parser that executes this, and returns value if succeeds.
Parser that always succeeds and invokes Runnable.run() against
runnable.
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||