CodeQL library for Java
codeql/java-all 0.7.5 ( changelog , source )
Search

Predicate edges

Holds if target is a child of source in the AST, and property key of the edge has the given value.

Import path

import semmle.code.java.PrintAst
predicate edges ( PrintAstNode source , PrintAstNode target , string key , string value )