MCPcopy Create free account
hub / github.com/google/guice / visit

Method visit

core/src/com/google/inject/util/Modules.java:248–252  ·  view source on GitHub ↗
(Binding<T> binding)

Source from the content-addressed store, hash-verified

246 // execute the overrides module, keeping track of which keys and scopes are bound
247 new ModuleWriter(binder) {
248 @Override
249 public <T> Void visit(Binding<T> binding) {
250 overriddenKeys.add(binding.getKey());
251 return super.visit(binding);
252 }
253
254 @Override
255 public Void visit(ScopeBinding scopeBinding) {

Callers

nothing calls this directly

Calls 15

rewriteMethod · 0.95
convertMethod · 0.95
getSourceMethod · 0.95
getScopeMethod · 0.80
appendMethod · 0.80
getKeyMethod · 0.65
visitMethod · 0.65
getAnnotationTypeMethod · 0.65
getExposedKeysMethod · 0.65
getSourceMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected