Scala Library
|
|
scala/io/Source.scala
]
class
Positioner
extends
AnyRefValue Summary | |
var
|
ccol : Int |
var
|
ch
: Char
the last character returned by next.
|
var
|
cline
: Int
current line and column
|
var
|
pos
: Int
position of last character returned by next
|
var
|
tabinc
: Int
default col increment for tabs '\t', set to 4 initially
|
Method Summary | |
def
|
next : Char |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Value Details |
var
ch : Char
var
pos : Int
var
cline : Int
var
ccol : Int
var
tabinc : Int
Method Details |
Scala Library
|
|