すべてのパッケージの階層

パッケージ階層:

クラス階層

  • 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.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.part3.Integer
            • org.unlaxer.vocabulary.ebnf.informally.Syntax
            • org.unlaxer.vocabulary.ebnf.part4.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.SingleStringParser (implements org.unlaxer.parser.TerminalSymbol)
            • org.unlaxer.parser.elementary.WildCardStringParser (implements org.unlaxer.parser.StaticParser)
          • org.unlaxer.parser.elementary.WordParser (implements org.unlaxer.parser.TerminalSymbol)