Uses of Class
eu.bandm.tools.d2d2.parser2.TLex.Text2token
-
Uses of TLex.Text2token in eu.bandm.tools.d2d2.parser2
Modifier and TypeMethodDescriptionstatic <DD,
TT> TLex.Text2token<DD, TT> TLex.text2token
(BiFunction<String, Location<DD>, Parser.Token<DD, TT>> fun) Applies a user function to the accumulated text.static <DD,
TT> TLex.Text2token<DD, TT> TLex.text2token
(BiFunction<String, Location<DD>, Parser.Token<DD, TT>> fun, @Opt TLex.Item<DD, TT> continuation)