CodeQL library for JavaScript
codeql/javascript-all 0.7.5 ( changelog , source )
Search

Member predicate StringOps :: ConcatenationNode :: getLastLeaf

Gets the last leaf in this concatenation tree.

For example, z is the last leaf in x + y + z.

ConcatenationLeaf getLastLeaf ( )