Exemplo n.º 1
0
 private ResolutionContext getContextInternal() {
   return ResolutionContext.of(type.get());
 }
Exemplo n.º 2
0
 private ResolutionContext getContext() {
   if (context != null) return context;
   return context = ResolutionContext.of(declaration);
 }