Home
last modified time | relevance | path

Searched defs:enclosingBlockPath (Results 1 – 1 of 1) sorted by relevance

/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
DNullAway.java1091 TreePath enclosingBlockPath; in checkForReadBeforeInit() local
1150 private Symbol.ClassSymbol enclosingClassSymbol(TreePath enclosingBlockPath) { in enclosingClassSymbol()
1162 TreePath enclosingBlockPath, VisitorState state) { in relevantInitializerMethodOrBlock()
1205 TreePath enclosingBlockPath) { in checkPossibleUninitFieldRead()
1227 Symbol symbol, TreePath pathToRead, VisitorState state, TreePath enclosingBlockPath) { in fieldAlwaysInitializedBeforeRead()
1248 TreePath pathToRead, VisitorState state, TreePath enclosingBlockPath) { in safeInitByCalleeBefore()