| 
 | 
          Scala 1.3.0.7 | |||
| Field Summary | |
| 
        final | val ENDCH: Char | 
| Method Summary | |
| 
        final | def acc(d: Char): Unit | 
| 
        final | def accS(ds: Seq[Char]): Unit | 
| 
        final | def initScanner(s: String): Unitinitializes the scanner on input s | 
| 
        final | def isIdentChar: Boolean | 
| 
        final | def isSpace: Boolean | 
| 
        final | def name: Int | 
| 
        final | def next: Unit | 
| 
        final | def nextToken: Unitscans the next token | 
| 
        final | def readToken: Int | 
| var token: Int | |
| var value: String | |
| 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/ScalaObject-class | 
| getType | 
| Methods inherited from scala/xml/dtd/Tokens-class | 
| CHOICE, COMMA, EMPTY, END, LPAREN, NAME, OPT, PLUS, RPAREN, S, STAR, TOKEN_PCDATA, token2string | 
| Field Detail | 
final val ENDCH: Char
| Method Detail | 
var token: Int
var value: String
final def initScanner(s: String): Unit
final def nextToken: Unit
final def isIdentChar: Boolean
final def next: Unit
final def acc(d: Char): Unit
final def accS(ds: Seq[Char]): Unit
final def isSpace: Boolean
final def readToken: Int
final def name: Int
| 
 | 
          Scala 1.3.0.7 | |||