Class TLex.Deliver<DD,TT>

java.lang.Object
eu.bandm.tools.d2d2.parser2.TLex.Item<DD,TT>
eu.bandm.tools.d2d2.parser2.TLex.Deliver<DD,TT>
Enclosing class:
TLex<D,T>

public static class TLex.Deliver<DD,TT> extends TLex.Item<DD,TT>
Constructcs a token with the given type and the text accumulated in "TLex.outBuffer" and the location from "TLex.location()". Stores it to "TLex.result", which ends the get-token-loop. ("TLex.location()" is a region from the start of the last STATE to the current input point.)
((HIESZ FRÜHER "Yield", geht aber nicht mehr, weil ab Java 11 "yield" ein reserved word ist, für Rückaben aus switch-EXPRESSIONS.))