Searched refs:enclosingBlockOrMethod (Results 1 – 1 of 1) sorted by relevance
1250 Tree enclosingBlockOrMethod = enclosingBlockPath.getLeaf(); in safeInitByCalleeBefore() local1251 if (enclosingBlockOrMethod instanceof VariableTree) { in safeInitByCalleeBefore()1256 enclosingBlockOrMethod instanceof BlockTree in safeInitByCalleeBefore()1257 ? (BlockTree) enclosingBlockOrMethod in safeInitByCalleeBefore()1258 : ((MethodTree) enclosingBlockOrMethod).getBody(); in safeInitByCalleeBefore()