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
A
- a - Variable in class net.fauxpark.tuples.EightTuple
- a - Variable in class net.fauxpark.tuples.FiveTuple
- a - Variable in class net.fauxpark.tuples.FourTuple
- a - Variable in class net.fauxpark.tuples.OneTuple
- a - Variable in class net.fauxpark.tuples.SevenTuple
- a - Variable in class net.fauxpark.tuples.SixTuple
- a - Variable in class net.fauxpark.tuples.ThreeTuple
- a - Variable in class net.fauxpark.tuples.TwoTuple
- add(String[], T) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when any of the specified strings are found.
- add(String[], T, boolean) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when any of the specified strings are found.
- add(String[], T, boolean, Lexer.SymbolPriority) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when any of the specified strings are found.
- add(String[], T, Lexer.SymbolPriority) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when any of the specified strings are found.
- add(String, T) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the specified string is found.
- add(String, T, boolean) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the specified string is found.
- add(String, T, boolean, Lexer.SymbolPriority) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the specified string is found.
- add(String, T, Lexer.SymbolPriority) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the specified string is found.
- add(Function<StringeReader, Boolean>, T) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the specified function returns true.
- add(Function<StringeReader, Boolean>, T, Lexer.SymbolPriority) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the specified function returns true.
- add(Pattern, Function<MatchResult, T>) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the specified regular expression finds a match.
- add(Pattern, Function<MatchResult, T>, Lexer.SymbolPriority) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the specified regular expression finds a match.
- add(Pattern, T) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the specified regular expression finds a match.
- add(Pattern, T, Lexer.SymbolPriority) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the specified regular expression finds a match.
- addEndToken(T) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the end of the input is reached.
- addEndToken(T, String) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that returns a token when the end of the input is reached.
- addUndefinedCaptureRule(T, Function<Stringe, Stringe>) - Method in class net.fauxpark.stringes.Lexer
-
Defines a lexer rule that captures unrecognized characters as a token.
- atEndOfStringe() - Method in class net.fauxpark.stringes.StringeReader
-
Indicates whether the reader position is at the end of the input string.
All Classes All Packages