Searched refs:enclosingClassPath (Results 1 – 1 of 1) sorted by relevance
1320 TreePath enclosingClassPath = initTreePath.getParentPath(); in fieldInitializedByPreviousInitializer() local1321 ClassTree enclosingClass = (ClassTree) enclosingClassPath.getLeaf(); in fieldInitializedByPreviousInitializer()1325 classSymbol, sym -> computeTree2Init(enclosingClassPath, state)); in fieldInitializedByPreviousInitializer()1336 TreePath enclosingClassPath, VisitorState state) { in computeTree2Init() argument1337 ClassTree enclosingClass = (ClassTree) enclosingClassPath.getLeaf(); in computeTree2Init()1353 TreePath memberPath = new TreePath(enclosingClassPath, memberTree); in computeTree2Init()