パッケージorg.unlaxer.vocabulary.ebnf.informallyの階層

パッケージ階層:

クラス階層

  • java.lang.Object
    • org.unlaxer.parser.AbstractParser (implements org.unlaxer.parser.Parser)
      • org.unlaxer.parser.LazyAbstractParser
        • org.unlaxer.parser.combinator.LazyMultiChildParser (implements org.unlaxer.parser.HasChildrenParser)
          • org.unlaxer.parser.combinator.LazyMultiChildCollectingParser (implements org.unlaxer.parser.CollectingParser, org.unlaxer.parser.NonTerminallSymbol)
            • org.unlaxer.parser.combinator.LazyCombinatorParser (implements org.unlaxer.parser.MetaFunctionParser, org.unlaxer.parser.NonTerminallSymbol)
              • org.unlaxer.parser.combinator.LazyChain (implements org.unlaxer.parser.combinator.ChainInterface, org.unlaxer.parser.LazyParserChildrenSpecifier)
              • org.unlaxer.parser.combinator.LazyChoice (implements org.unlaxer.parser.combinator.ChoiceInterface, org.unlaxer.parser.LazyParserChildrenSpecifier)
        • org.unlaxer.parser.combinator.LazyOccurs (implements org.unlaxer.parser.CollectingParser, org.unlaxer.parser.LazyOccursParserSpecifier, org.unlaxer.parser.combinator.Occurs)
          • org.unlaxer.parser.combinator.LazyOneOrMore
            • org.unlaxer.vocabulary.ebnf.informally.Integer
            • org.unlaxer.vocabulary.ebnf.informally.Syntax
          • org.unlaxer.parser.combinator.LazyOptional
            • org.unlaxer.parser.combinator.LazyZeroOrOne
              • org.unlaxer.parser.elementary.EmptyParser
                • org.unlaxer.vocabulary.ebnf.informally.Empty
          • org.unlaxer.parser.combinator.LazyZeroOrMore
            • org.unlaxer.vocabulary.ebnf.informally.Comments
      • org.unlaxer.parser.combinator.NoneChildParser
        • org.unlaxer.parser.elementary.AbstractTokenParser
          • org.unlaxer.parser.elementary.SingleCharacterParser (implements org.unlaxer.parser.TerminalSymbol)
            • org.unlaxer.parser.elementary.MappedSingleCharacterParser (implements org.unlaxer.parser.StaticParser)
              • org.unlaxer.parser.posix.AlphabetParser (implements org.unlaxer.parser.StaticParser)
                • org.unlaxer.vocabulary.ebnf.informally.Letter
              • org.unlaxer.parser.posix.DigitParser (implements org.unlaxer.parser.StaticParser)