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