HomeSort by relevance Sort by last modified time
    Searched defs:next_char2 (Results 1 - 4 of 4) sorted by null

  /cts/tools/dasm/src/java_cup/
lexer.java 58 protected static int next_char2; field in class:lexer
137 next_char2 = EOF_CHAR;
139 next_char2 = System.in.read();
145 * next_char2 to next_char and then reads a new next_char2.
152 next_char = next_char2;
154 next_char2 = EOF_CHAR;
156 next_char2 = System.in.read();
244 if (next_char2 == '*')
260 if (next_char == '*' && next_char2 == '/'
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 135 milliseconds