- All Implemented Interfaces:
- java.io.Serializable, org.unlaxer.parser.CollectingParser, org.unlaxer.parser.combinator.ChainInterface, 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 MetaIdentifier
extends org.unlaxer.parser.combinator.LazyChain
https://www.cl.cam.ac.uk/~mgk25/iso-14977.pdf
4.14 Meta-identifier
A meta-identifier consists of an ordered list of one or more
meta-identifier-characters subject to the condition that the
first meta-identifier-character is a letter.
(* see 4.14 *) meta identifier
= letter, {meta identifier character};
- See Also:
- Serialized Form