A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- range(Stringe, Stringe) - Static method in class net.fauxpark.stringes.Stringe
-
Returns a Stringe comprised of all text between and including the two specified Stringes.
- readChare() - Method in class net.fauxpark.stringes.StringeReader
-
Reads the next Chare from the input and consumes it.
- readStringe(int) - Method in class net.fauxpark.stringes.StringeReader
-
Reads a Stringe from the input and advances the position by the number of characters read.
- readStringeUntil(char) - Method in class net.fauxpark.stringes.StringeReader
-
Reads a Stringe from the input and advances the position to the next occurrence of the specified character.
- readStringeUntilAny(char...) - Method in class net.fauxpark.stringes.StringeReader
-
Reads a Stringe from the input and advances the position to the next occurrence of any of the specified characters.
- readToken(Lexer<T>, BiFunction<Stringe, T, U>) - Method in class net.fauxpark.stringes.StringeReader
-
Reads the next token from the current position, then advances the position past it.
- RuleMatchValueGenerator(Function<MatchResult, U>) - Constructor for class net.fauxpark.stringes.Lexer.RuleMatchValueGenerator
-
Constructs a new RuleMatchValueGenerator with a function that generates token identifiers.
- RuleMatchValueGenerator(U) - Constructor for class net.fauxpark.stringes.Lexer.RuleMatchValueGenerator
-
Constructs a new RuleMatchValueGenerator with a token identifier.
All Classes All Packages