Interface SymbolIterator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean hasNext()
      Return true if there is a next symbol.
      Symbol next()
      Get the next symbol.
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Method Detail

      • hasNext

        boolean hasNext()
        Return true if there is a next symbol.
        Specified by:
        hasNext in interface java.util.Iterator<Symbol>
      • next

        Symbol next()
        Get the next symbol.
        Specified by:
        next in interface java.util.Iterator<Symbol>