Searched refs:START_BRACKET (Results 1 – 6 of 6) sorted by relevance
152 self._PopTo(Type.START_BRACKET)232 if token_type == Type.START_BRACKET:317 Type.START_BRACKET)380 elif (token.type == Type.START_BRACKET):528 if token_info.token.type not in (Type.START_BLOCK, Type.START_BRACKET):537 if token_info.token.type == Type.START_BRACKET:
42 START_BRACKET = '[' variable in JavaScriptTokenType
363 elif type == Type.START_BRACKET:637 next_code.type in (Type.START_BRACKET, Type.START_BLOCK) or750 [Type.WHITESPACE, Type.START_PAREN, Type.START_BRACKET] +
400 Type.START_BRACKET)):413 if (token.previous.type in (Type.START_PAREN, Type.START_BRACKET,
253 Matcher(OPENING_BRACKET, Type.START_BRACKET),
329 elif token_type == TokenType.START_BRACKET: