tokensByChainedCall
Given a function call that may contain chained calls, e.g. .func1 param:{value1}::func2 param:{value2}
, which would be normally tokenized as a flat list of tokens, this property returns a sequence of (function name, tokens) pairs for each function in the chain.
Note that tokens that occur before any function name, such as .
, are ignored.