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

Method iterate

src/main/java/com/scudata/dm/Sequence.java:4525–4589  ·  view source on GitHub ↗

针对序列做迭代运算,迭代过程中c为真则提前结束(不包含为真的元素) @param exp 迭代表达式 @param initVal 初始值 @param c 条件表达式 @param opt a:返回所有迭代值,默认返回最后一个迭代值 @param ctx 计算上下文 @return 迭代结果

(Expression exp, Object initVal, Expression c, String opt, Context ctx)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

calculateMethod · 0.45
calculateMethod · 0.45

Calls 13

getValueMethod · 0.95
setValueMethod · 0.95
lengthMethod · 0.95
pushMethod · 0.95
setCurrentMethod · 0.95
isTrueMethod · 0.95
getMemsMethod · 0.95
addMethod · 0.95
popMethod · 0.95
getIterateParamMethod · 0.80
getComputeStackMethod · 0.80
indexOfMethod · 0.45

Tested by

no test coverage detected