Uses of Class
jjparse.description.Description
Packages that use Description
-
Uses of Description in jjparse
Methods in jjparse that return DescriptionModifier and TypeMethodDescriptionParsing.Parser.description()This method shall return aDescriptionfor thisParsing.Parserwhich provides details about the shape of theInputthisParsing.Parserexpects.Methods in jjparse with parameters of type DescriptionModifier and TypeMethodDescriptionstatic StringParsing.Failure.format(Input<?> input, Description description) Format an error message for the providedInputandDescription. -
Uses of Description in jjparse.description
Subclasses of Description in jjparse.descriptionModifier and TypeClassDescriptionfinal classADescriptionforParsing.Parsers that expect aParsing.choice(jjparse.Parsing.Parser<? extends T>...).final classADescriptionforParsing.Parsers with no expectation hints (which is the default).final classfinal classfinal classfinal classADescriptionforParsing.Parsers that expect aParsing.sequence(jjparse.Parsing.Parser<? extends T>...).Fields in jjparse.description declared as DescriptionModifier and TypeFieldDescriptionfinal DescriptionNegation.descriptionTheDescriptionwhich should be negated.Fields in jjparse.description with type parameters of type DescriptionModifier and TypeFieldDescriptionfinal List<Description> Choice.alternativesTheListof alternativeDescriptions.final List<Description> Sequence.elementsTheListofDescriptions.Methods in jjparse.description that return DescriptionModifier and TypeMethodDescriptionfinal DescriptionDescription.and(Description description) final DescriptionDescription.negate()final DescriptionDescription.normalize()Normalizes thisDescriptionsuch thatNegations are propagated downwards to the individualLiteralandRegExpDescriptions.final DescriptionDescription.or(Description alternative) Methods in jjparse.description with parameters of type DescriptionModifier and TypeMethodDescriptionfinal DescriptionDescription.and(Description description) final DescriptionDescription.or(Description alternative) Constructors in jjparse.description with parameters of type DescriptionModifierConstructorDescriptionNegation(Description description) Constructs a newNegationDescription.Constructor parameters in jjparse.description with type arguments of type DescriptionModifierConstructorDescriptionChoice(List<Description> alternatives) Constructs a newChoiceDescription.Sequence(List<Description> elements) Constructs a newSequenceDescription.