|
Scala
1.4.0.3 |
|||
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): Unit
initializes the scanner on input s |
final
|
def isIdentChar: Boolean
|
final
|
def name: Int
|
final
|
def next: Unit
|
final
|
def nextToken: Unit
scans 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, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/xml/dtd/Tokens-class |
CHOICE, COMMA, END, LPAREN, NAME, OPT, PLUS, RPAREN, S, STAR, TOKEN_PCDATA, token2string |
Methods inherited from scala/xml/parsing/TokenTests-class |
checkPubID, checkSysID, isName, isNameChar, isNameStart, isPubIDChar, isSpace, isSpace, isValidIANAEncoding |
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 readToken: Int
final def name: Int
|
Scala
1.4.0.3 |
|||