Uses of Class
eu.bandm.tools.d2d2.parser2.TLex.Consume
-
Uses of TLex.Consume in eu.bandm.tools.d2d2.parser2
Modifier and TypeMethodDescriptionstatic <DD,
TT> TLex.Consume<DD, TT> TLex.consume()
static <DD,
TT> TLex.Consume<DD, TT> TLex.consume
(char c) static <DD,
TT> TLex.Consume<DD, TT> static <DD,
TT> TLex.Consume<DD, TT> TLex.consume
(char c, TT type) static <DD,
TT> TLex.Consume<DD, TT> static <DD,
TT> TLex.Consume<DD, TT> TLex.consume
(TunableParser.CharSet cs) static <DD,
TT> TLex.Consume<DD, TT> TLex.consume
(TunableParser.CharSet cs, @Opt TLex.Item<DD, TT> continuation) static <DD,
TT> TLex.Consume<DD, TT> TLex.verbatimLike
(TT tt, String pre, String post) Accepts token contents delimited by two string, like the LaTeX "verbatim" command.