MCPcopy Create free account
hub / github.com/SPLWare/esProc / scanParen

Method scanParen

src/main/java/com/scudata/dm/sql/Tokenizer.java:73–86  ·  view source on GitHub ↗

搜索括号的结束位置 @param tokens 对SQL语句做分词得到的结果 @param start 左括号的位置 @param next 搜索的结束位置,不包含 @return 右括号的位置,找不到抛出异常

(Token []tokens, int start, final int next)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

parseFilterMethod · 0.95
translateMethod · 0.95
replaceTableMethod · 0.95
scanTableMethod · 0.95
scanCommaMethod · 0.95

Calls 3

getMethod · 0.95
getMessageMethod · 0.95
getTypeMethod · 0.65

Tested by

no test coverage detected