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

Method scanBracket

src/main/java/com/scudata/common/Sentence.java:246–279  ·  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 10

nextMethod · 0.95
toSequenceMethod · 0.95
hasSeparatorMethod · 0.95
createMethod · 0.95
createNodeMethod · 0.95
scanParenthesisMethod · 0.95
nextMethod · 0.95
scanParenthesisMethod · 0.95
lastIndexOfMethod · 0.95
isValidExpressionMethod · 0.95

Calls 2

scanQuotationMethod · 0.95
lengthMethod · 0.45

Tested by

no test coverage detected