- All Implemented Interfaces:
- java.io.Serializable, org.unlaxer.parser.Initializable, org.unlaxer.parser.Parser, org.unlaxer.parser.PropagatableDestination, org.unlaxer.parser.StaticParser, org.unlaxer.parser.TerminalSymbol, 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 DecimalDigit
extends org.unlaxer.parser.posix.DigitParser
(* see 7.2 *) decimal digit
= ’0’ | ’1’ | ’2’ | ’3’ | ’4’ | ’5’ | ’6’ | ’7’
| ’8’ | ’9’;
- See Also:
- Serialized Form