Home
last modified time | relevance | path

Searched refs:errorToken (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java2019 String errorToken = ""; in parseWord() local
2024 errorToken = Double.toString(tk.nval); in parseWord()
2026 errorToken = "<end of line>"; in parseWord()
2028 errorToken = "<end of file>"; in parseWord()
2030 errorToken = (new Character((char)tt)).toString(); in parseWord()