Searched refs:TOKEN_CLOSE_PAREN (Results 1 – 1 of 1) sorted by relevance
440 if (lexer.currentToken() != Lexer.TOKEN_CLOSE_PAREN) { in parseExpression()494 public static final int TOKEN_CLOSE_PAREN = 2; field in Helpers.Lexer545 mCurrentToken = TOKEN_CLOSE_PAREN; in advance()