Searched defs:enclosingMethod (Results 1 – 8 of 8) sorted by relevance
34 protected final Symbol.MethodSymbol enclosingMethod; field in MethodLocation
35 private final Symbol.MethodSymbol enclosingMethod; field in MethodParameterLocation
72 MethodTree enclosingMethod; in findValues() local
206 Symbol.MethodSymbol enclosingMethod = null; in get() local
388 MethodTree enclosingMethod = (MethodTree) leaf; in matchReturn() local1814 MethodTree enclosingMethod = (MethodTree) enclosingMethodOrLambda.getLeaf(); in checkCastToNonNullTakesNullable() local
501 Method enclosingMethod = declaringClass.getEnclosingMethod(); in mayNeedHiddenThis() local
537 Method enclosingMethod = declaringClass.getEnclosingMethod(); in mayNeedHiddenThis() local
470 MethodTree enclosingMethod = state.findEnclosing(MethodTree.class); in maybeMakeLambdaBody() local