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

Packages that use ElementVisitor
com.google.inject.internal Guice (sounds like like "juice") 
com.google.inject.spi Guice service provider interface 
 

Uses of ElementVisitor in com.google.inject.internal
 

Methods in com.google.inject.internal with parameters of type ElementVisitor
<T> T
PrivateElementsImpl.acceptVisitor(ElementVisitor<T> visitor)
           
<V> V
BindingImpl.acceptVisitor(ElementVisitor<V> visitor)
           
 

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
MembersInjectorLookup.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
Element.acceptVisitor(ElementVisitor<T> visitor)
          Accepts an element visitor.
<T> T
ProviderLookup.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
Message.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
InterceptorBinding.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
ScopeBinding.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
StaticInjectionRequest.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
TypeConverterBinding.acceptVisitor(ElementVisitor<T> visitor)
           
<T> T
TypeListenerBinding.acceptVisitor(ElementVisitor<T> visitor)
           
 



Copyright © 2011. All Rights Reserved.