Uses of Interface
com.google.inject.spi.ElementVisitor

Packages that use ElementVisitor
com.google.inject.spi Guice service provider interface 
 

Uses of ElementVisitor in com.google.inject.spi
 

Classes in com.google.inject.spi that implement ElementVisitor
 class DefaultElementVisitor<V>
          No-op visitor for subclassing.
 

Methods in com.google.inject.spi with parameters of type ElementVisitor
<R> R
InjectionRequest.acceptVisitor(ElementVisitor<R> visitor)
           
<T> T
TypeListenerBinding.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
TypeConverterBinding.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
StaticInjectionRequest.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
ScopeBinding.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
ProviderLookup.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
Message.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
MembersInjectorLookup.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
InterceptorBinding.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
Element.acceptVisitor(ElementVisitor<T> visitor)
          Accepts an element visitor.
 



Copyright 2009 Google Inc. All Rights Reserved.