Searched refs:enclosingBlockOrMethod (Results 1 – 1 of 1) sorted by relevance
948 Tree enclosingBlockOrMethod = enclosingBlockPath.getLeaf(); in safeInitByCalleeBefore() local949 if (enclosingBlockOrMethod instanceof VariableTree) { in safeInitByCalleeBefore()954 enclosingBlockOrMethod instanceof BlockTree in safeInitByCalleeBefore()955 ? (BlockTree) enclosingBlockOrMethod in safeInitByCalleeBefore()956 : ((MethodTree) enclosingBlockOrMethod).getBody(); in safeInitByCalleeBefore()