Class Description

java.lang.Object
jjparse.description.Description
Direct Known Subclasses:
Choice, Empty, Literal, Negation, RegExp, Sequence

public abstract sealed class Description extends Object permits Choice, Literal, Negation, RegExp, Sequence, Empty
The base class for all kinds of Parsing.Parser Descriptions.

A Description describes the expectation of a Parsing.Parser and can be used to generate more informative error messages in case of a Parsing.Failure. The following kinds of Descriptions are supported:
Author:
Björn Lötters
See Also: