Uses of Class
net.fauxpark.stringes.StringeReader
-
Packages that use StringeReader Package Description net.fauxpark.stringes The core Stringe classes. -
-
Uses of StringeReader in net.fauxpark.stringes
Methods in net.fauxpark.stringes that return types with arguments of type StringeReader Modifier and Type Method Description (package private) List<ThreeTuple<Function<StringeReader,Boolean>,T,Lexer.SymbolPriority>>
Lexer. getFunctions()
Returns the list of function rules.Method parameters in net.fauxpark.stringes with type arguments of type StringeReader Modifier and Type Method Description void
Lexer. add(Function<StringeReader,Boolean> func, T id)
Defines a lexer rule that returns a token when the specified function returns true.void
Lexer. add(Function<StringeReader,Boolean> func, T id, Lexer.SymbolPriority priority)
Defines a lexer rule that returns a token when the specified function returns true.
-