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 | m.hasName("") | e.getParent() = m.getBody() and i = e.getIndex()) }