CodeQL library for Go
codeql/go-all 0.7.13 (changelog, source)
Search

Member predicate StringOps::ConcatenationLeaf::getPreviousLeaf

Gets the operand immediately preceding this one in its parent concatenation.

For example, in (x + y) + z, the previous leaf for z is y.

ConcatenationLeaf getPreviousLeaf()