Home
last modified time | relevance | path

Searched refs:peek_token (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/
H A Dbuild_hdi_files_info.py104 def peek_token(self): member in Lexer
336 while lex.peek_token().token_type != TokenType.END_OF_FILE:
337 cur_token_type = lex.peek_token().token_type
369 while lex.peek_token().token_type != TokenType.END_OF_FILE:
370 cur_token_type = lex.peek_token().token_type
373 token = lex.peek_token()
374 if lex.peek_token().token_type != TokenType.ID:
415 token = lex.peek_token()
436 if lex.peek_token().token_type != TokenType.ID:
437 token = lex.peek_token()
[all...]

Completed in 1 milliseconds