Searched refs:nextChar (Results 1 – 3 of 3) sorted by relevance
81 protected int nextChar; field in Scanner111 nextChar = 0; in Scanner()113 if (nextChar == -1) throw new DasmError("empty source file"); in Scanner()134 nextChar = inputReader.read(); in readNextChar()135 switch (nextChar) { in readNextChar()141 nextChar = '\n'; in readNextChar()148 line.append((char) nextChar); in readNextChar()160 if (nextChar != ';') { in skipEmptyLines()163 } while (isWhitespace(nextChar)); in skipEmptyLines()164 if (nextChar != ';') return; in skipEmptyLines()[all …]
284 public void onPostDialChar(RemoteConnection connection, char nextChar) { in testRemoteConnectionCallbacks_PostDialChar()285 super.onPostDialChar(connection, nextChar); in testRemoteConnectionCallbacks_PostDialChar()286 callbackInvoker.invoke(connection, nextChar); in testRemoteConnectionCallbacks_PostDialChar()
141671 private int nextChar