Interface Parser.TokenScanner

  • All Known Implementing Classes:
    Scanner
    Enclosing class:
    Parser

    public static interface Parser.TokenScanner
    Interface implemented by scanners that this parser can use.
    • Method Detail

      • nextToken

        Parser.Token nextToken()
                        throws java.io.IOException
        Throws:
        java.io.IOException