|
Scala Library
|
|
scala/util/parsing/SimpleTokenizer.scala]
class
SimpleTokenizer(in : Iterator[Char], delimiters : java.lang.String)
extends Iterator[java.lang.String]scala.util.parsing.combinator.lexical.StdLexical
instead.| Value Summary | |
val
|
tracing : Boolean |
| Method Summary | |
def
|
hasNext
: Boolean
Does this iterator provide another element?
|
def
|
next
: java.lang.String
Returns the next element.
|
| Methods inherited from Iterator | |
| take, drop, slice, map, append, ++, flatMap, filter, takeWhile, dropWhile, zip, zipWithIndex, foreach, forall, exists, contains, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, buffered, counted, duplicate, copyToArray, readInto, readInto, readInto, copyToBuffer, toList, collect, mkString, mkString, mkString, addString, toString |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
| Method Details |
def
hasNext : Boolean
def
next : java.lang.String
|
Scala Library
|
|