Interface Scanner

  • All Superinterfaces:
    Iterator<Token>
    All Known Implementing Classes:
    ScannerImpl

    public interface Scanner
    extends Iterator<Token>
    This interface represents an input stream of Tokens.

    The scanner and the scanner form together the 'Parse' step in the loading process.

    See Also:
    Token