搜索括号的结束位置 @param tokens 对SQL语句做分词得到的结果 @param start 左括号的位置 @param next 搜索的结束位置,不包含 @return 右括号的位置,找不到抛出异常
(Token []tokens, int start, final int next)
source not stored for this graph (policy: none)
no test coverage detected