Searched refs:enclosingBlockPath (Results 1 – 1 of 1) sorted by relevance
801 TreePath enclosingBlockPath; in checkForReadBeforeInit() local803 enclosingBlockPath = NullabilityUtil.findEnclosingMethodOrLambdaOrInitializer(path); in checkForReadBeforeInit()805 enclosingBlockPath = in checkForReadBeforeInit()809 if (enclosingBlockPath == null) { in checkForReadBeforeInit()814 && enclosingBlockPath.getLeaf().getKind().equals(Tree.Kind.ASSERT)) { in checkForReadBeforeInit()817 if (!relevantInitializerMethodOrBlock(enclosingBlockPath, state)) { in checkForReadBeforeInit()831 Tree enclosing = enclosingBlockPath.getLeaf(); in checkForReadBeforeInit()845 FieldInitEntities entities = class2Entities.get(enclosingClassSymbol(enclosingBlockPath)); in checkForReadBeforeInit()855 return checkPossibleUninitFieldRead(tree, state, symbol, path, enclosingBlockPath); in checkForReadBeforeInit()858 private Symbol.ClassSymbol enclosingClassSymbol(TreePath enclosingBlockPath) { in enclosingClassSymbol() argument[all …]