예제 #1
0
 private ResolutionContext getContextInternal() {
   return ResolutionContext.of(type.get());
 }
예제 #2
0
 private ResolutionContext getContext() {
   if (context != null) return context;
   return context = ResolutionContext.of(declaration);
 }