Predicate Cached::synthChild
Holds if the i
th child of parent
is child
. Either parent
or
child
(or both) is a synthesized node.
Import path
import codeql.ruby.ast.internal.AST
predicate synthChild(AstNode parent, int i, AstNode child)
Holds if the i
th child of parent
is child
. Either parent
or
child
(or both) is a synthesized node.
import codeql.ruby.ast.internal.AST
predicate synthChild(AstNode parent, int i, AstNode child)