- All Implemented Interfaces:
- java.io.Serializable, org.unlaxer.parser.CollectingParser, org.unlaxer.parser.combinator.ChoiceInterface, org.unlaxer.parser.HasChildrenParser, org.unlaxer.parser.Initializable, org.unlaxer.parser.LazyInstance, org.unlaxer.parser.LazyParserChildrenSpecifier, org.unlaxer.parser.MetaFunctionParser, org.unlaxer.parser.NonTerminallSymbol, org.unlaxer.parser.Parser, org.unlaxer.parser.PropagatableDestination, org.unlaxer.ParserFinder, org.unlaxer.ParserFinderFromRoot, org.unlaxer.ParserFinderToChild, org.unlaxer.ParserFinderToRoot, org.unlaxer.ParserHierarchy, org.unlaxer.ParserPath, org.unlaxer.RecursiveTaggable, org.unlaxer.Taggable, org.unlaxer.TaggableAccessor
public class CommentlessSymbol
extends org.unlaxer.parser.combinator.LazyChoice
https://www.cl.cam.ac.uk/~mgk25/iso-14977.pdf
(* see 6.6 *) commentless symbol
= terminal character
- (letter
| decimal digit
| first quote symbol
| second quote symbol
| start comment symbol
| end comment symbol
| special sequence symbol
| other character)
| meta identifier
| integer
| terminal string
| special sequence;
- See Also:
- Serialized Form