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
L
- LAST - net.fauxpark.stringes.Lexer.SymbolPriority
-
Test symbol after testing regex rules.
- lastIndexOf(char) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified character last occurs, relative to the substringe.
- lastIndexOf(char, int) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified character last occurs, relative to the substringe.
- lastIndexOf(String) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified string last occurs, relative to the substringe.
- lastIndexOf(String, int) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified string last occurs, relative to the substringe.
- lastIndexOfIgnoreCase(char, int) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified character last occurs, relative to the substringe.
- lastIndexOfIgnoreCase(String, int) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified string last occurs, relative to the substringe.
- lastIndexOfTotal(char) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified character last occurs, relative to the parent.
- lastIndexOfTotal(char, int) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified character last occurs, relative to the parent.
- lastIndexOfTotal(String) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified string last occurs, relative to the parent.
- lastIndexOfTotal(String, int) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified string last occurs, relative to the parent.
- lastIndexOfTotalIgnoreCase(char, int) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified character last occurs, relative to the parent.
- lastIndexOfTotalIgnoreCase(String, int) - Method in class net.fauxpark.stringes.Stringe
-
Returns the zero-based index at which the specified string last occurs, relative to the parent.
- length() - Method in class net.fauxpark.stringes.Stringe
-
Returns the length of the string.
- Lexer<T> - Class in net.fauxpark.stringes
-
Represents a set of rules for creating tokens from a Stringe.
- Lexer() - Constructor for class net.fauxpark.stringes.Lexer
-
Constructs a new Lexer.
- Lexer.RuleMatchValueGenerator<U> - Class in net.fauxpark.stringes
-
Generates token identifiers for a rule from either a constant value, or a generator function processing a MatchResult.
- Lexer.SymbolPriority - Enum in net.fauxpark.stringes
-
Used to manipulate the order in which symbol (non-regex) rules are tested.
All Classes All Packages