Package eu.bandm.tools.d2d2.parser2
Class TLex.Text2token<DD,TT>
java.lang.Object
eu.bandm.tools.d2d2.parser2.TLex.Item<DD,TT>
eu.bandm.tools.d2d2.parser2.TLex.Text2token<DD,TT>
Same as deliver, but not the token factory stord in TLex but the
function is used for constructing the token.
-
Field Summary
Modifier and TypeFieldDescription(package private) final BiFunction<String,
Location<DD>, Parser.Token<DD, TT>> Fields inherited from class eu.bandm.tools.d2d2.parser2.TLex.Item
continuation
-
Constructor Summary
ConstructorDescriptionText2token
(BiFunction<String, Location<DD>, Parser.Token<DD, TT>> fun, @Opt TLex.Item<DD, TT> continuation) -
Method Summary