import java query predicate initBlocks(Method m) { m.hasName("") } query predicate initCall(MethodAccess ma) { ma.getMethod().hasName("") } query predicate initExpressions(Expr e, int i) { exists(Method m, ExprStmt s | m.hasName("") | e.getParent() = s and s.getParent() = m.getBody() and i = s.getIndex() ) }