Package jjparse.description
package jjparse.description
-
ClassesClassDescriptionA
DescriptionforParsing.Parsers that expect aParsing.choice(jjparse.Parsing.Parser<? extends T>...).The base class for all kinds ofParsing.ParserDescriptions.ADescriptionforParsing.Parsers with no expectation hints (which is the default).ADescriptionforParsing.Parsers that expect aParsing.sequence(jjparse.Parsing.Parser<? extends T>...).