A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

I

ignore(T...) - Method in class net.fauxpark.stringes.Lexer
Adds the specified token identifiers to the ignore list.
indexOf(char) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified character first occurs, relative to the substringe.
indexOf(char, int) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified character first occurs, relative to the substringe.
indexOf(String) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified string first occurs, relative to the substringe.
indexOf(String, int) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified string first occurs, relative to the substringe.
indexOfIgnoreCase(char, int) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified character first occurs, relative to the substringe.
indexOfIgnoreCase(String, int) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified string first occurs, relative to the substringe.
indexOfTotal(char) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified character first occurs, relative to the parent.
indexOfTotal(char, int) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified character first occurs, relative to the parent.
indexOfTotal(String) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified string first occurs, relative to the parent.
indexOfTotal(String, int) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified string first occurs, relative to the parent.
indexOfTotalIgnoreCase(char, int) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified character first occurs, relative to the parent.
indexOfTotalIgnoreCase(String, int) - Method in class net.fauxpark.stringes.Stringe
Returns the zero-based index at which the specified string first occurs, relative to the parent.
isEmpty() - Method in class net.fauxpark.stringes.Stringe
Returns true if, and only if, length() is 0.
isLeftPadded() - Method in class net.fauxpark.stringes.Stringe
Determines whether the Stringe is left padded.
isNext(char) - Method in class net.fauxpark.stringes.StringeReader
Indicates whether the specified character occurs at the reader's current position.
isNext(char...) - Method in class net.fauxpark.stringes.StringeReader
Indicates whether any of the specified characters occur at the reader's current position.
isNext(String) - Method in class net.fauxpark.stringes.StringeReader
Indicates whether the specified string occurs at the reader's current position.
isNext(String, boolean) - Method in class net.fauxpark.stringes.StringeReader
Indicates whether the specified string occurs at the reader's current position.
isNext(Pattern) - Method in class net.fauxpark.stringes.StringeReader
Indicates whether the specified regular expression matches the input at the reader's current position.
isNext(Pattern, Stringe) - Method in class net.fauxpark.stringes.StringeReader
Indicates whether the specified regular expression matches the input at the reader's current position, and outputs the result.
isNullOrEmpty(Stringe) - Static method in class net.fauxpark.stringes.Stringe
Indicates whether the specified Stringe is null or empty.
isRightPadded() - Method in class net.fauxpark.stringes.Stringe
Determines whether the Stringe is right padded.
isSubstring() - Method in class net.fauxpark.stringes.Stringe
Indicates if the Stringe is a substring.
isSubstringeOf(Stringe) - Method in class net.fauxpark.stringes.Stringe
Determines whether the current Stringe is a substringe of the specified parent Stringe.
iterator() - Method in class net.fauxpark.stringes.Stringe
Returns an iterator that iterates through the Chares in the Stringe.
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages