Searched refs:next_char (Results 1 – 2 of 2) sorted by relevance
55 protected static int next_char; field in lexer135 next_char = System.in.read(); in init()136 if (next_char == EOF_CHAR) in init()151 old_char = next_char; in advance()152 next_char = next_char2; in advance()153 if (next_char == EOF_CHAR) in advance()253 if (next_char == EOF_CHAR) in swallow_comment()260 if (next_char == '*' && next_char2 == '/') in swallow_comment()279 while (next_char != '\n' && next_char != '\f' && next_char!=EOF_CHAR) in swallow_comment()306 while (!(next_char == ':' && next_char2 == '}')) in do_code_string()[all …]
META-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part ...