Searched refs:END_BRACKET (Results 1 – 7 of 7) sorted by relevance
43 END_BRACKET = ']' variable in JavaScriptTokenType88 SIMPLE_LVALUE, END_BRACKET, END_PAREN, END_BLOCK,
151 elif token_type == Type.END_BRACKET:538 goal_type = Type.END_BRACKET
254 Matcher(CLOSING_BRACKET, Type.END_BRACKET),
365 elif type in (Type.END_PAREN, Type.END_BRACKET):377 if token.type == Type.END_BRACKET:
336 elif token_type == TokenType.END_BRACKET:
399 Type.END_BRACKET, Type.SEMICOLON,
985 type == Type.END_BRACKET and