| 
 | 
          Scala 1.3.0.7 | |||
| Field Summary | |
| 
        protected abstract | val iter: Iterator[Char] | 
| val tabinc: Intdefault col increment for tabs '\t', set to 4 | |
| Method Summary | |
| var ccol: Int | |
| var ch: Charthe last character returned by next. | |
| var cline: Int | |
| var descr: Stringdescription of this source | |
| def hasNext: Booleanreturns true if this source has more characters | |
| def next: Charreturns next characters, updates positions and assigns the character ch as side effect | |
| var pos: Intposition of last character returned by next | |
| Methods inherited from java/lang/Object-class | 
| clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait | 
| Methods inherited from scala/Any-class | 
| !=, ==, asInstanceOf, isInstanceOf, match | 
| Methods inherited from scala/Iterator-class | 
| /:, :\, append, buffered, contains, copyToArray, drop, duplicate, exists, filter, find, flatMap, foldLeft, foldRight, forall, foreach, map, take, toList, zip | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Field Detail | 
val tabinc: Int
protected abstract val iter: Iterator[Char]
| Method Detail | 
def next: Char
def hasNext: Boolean
var cline: Int
var ccol: Int
var pos: Int
var ch: Char
var descr: String
| 
 | 
          Scala 1.3.0.7 | |||