示例#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);
 }