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

Method scanParenthesis

src/main/java/com/scudata/common/Sentence.java:175–220  ·  view source on GitHub ↗

搜索下一个匹配的圆括号,但引号内的圆括号被跳过 @param str 需要搜索括号的原串 @param start 起始位置,即左圆括号(在原串中的位置 @param escapeChar 转义字符 @return 若找到,则返回匹配的右圆括号在原串中的位置,否则返回-1

(String str, int start, char escapeChar)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

parseStringMethod · 0.95
nextMethod · 0.95
toSequenceMethod · 0.95
scanSemicolonMethod · 0.95
parseSqlCommandMethod · 0.95
nextMethod · 0.95
phraseAtMethod · 0.95
replaceMethod · 0.95
indexOfMethod · 0.95
lastIndexOfMethod · 0.95
isValidExpressionMethod · 0.95

Calls 3

scanQuotationMethod · 0.95
scanBracketMethod · 0.95
lengthMethod · 0.45

Tested by

no test coverage detected