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

Member predicate StringOps :: ConcatenationNode :: getFirstLeaf

Gets the first leaf in this concatenation tree.

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

ConcatenationLeaf getFirstLeaf ( )