Searched refs:enclosingClassSymbol (Results 1 – 1 of 1) sorted by relevance
845 FieldInitEntities entities = class2Entities.get(enclosingClassSymbol(enclosingBlockPath)); in checkForReadBeforeInit()858 private Symbol.ClassSymbol enclosingClassSymbol(TreePath enclosingBlockPath) { in enclosingClassSymbol() method in NullAway881 class2Entities.get(enclosingClassSymbol(enclosingBlockPath)).staticInitializerMethods(); in relevantInitializerMethodOrBlock()887 .get(enclosingClassSymbol(enclosingBlockPath)) in relevantInitializerMethodOrBlock()1732 StatementTree stmt, final Symbol.ClassSymbol enclosingClassSymbol, VisitorState state) { in getInvokeOfSafeInitMethod() argument1741 Set<Modifier> classModifiers = enclosingClassSymbol.getModifiers(); in getInvokeOfSafeInitMethod()1748 if (ASTHelpers.enclosingClass(symbol).equals(enclosingClassSymbol)) { in getInvokeOfSafeInitMethod()