Module openj9.dtfj

Interface ISectionParser

    • Method Detail

      • readIntoDTFJ

        void readIntoDTFJ​(ILookAheadBuffer lookAhead,
                          IImageBuilder imageBuilder)
                   throws ParserException
        Pass in a lookahead buffer that is shared amongst all section parsers, pass in the DTFJ factory to construct the DTFJ objects as tags are being parsed.
        Parameters:
        lookAhead -
        imageBuilder -
        Throws:
        ParserException
      • getSectionName

        String getSectionName()
      • anyMatched

        boolean anyMatched()