CodeQL library for Python
codeql/python-all 0.11.15-dev (changelog, source)
Search

Member predicate AstElementNode::getChildNode

Gets a child node for the AstNode that this print node represents.

The default behavior in getChild uses getChildNode to easily define a parent-child relation between different AstElementNodes.

AstNode getChildNode(int childIndex)