Uses of Enum Class
com.google.inject.internal.Element.Type
Packages that use Element.Type
-
Uses of Element.Type in com.google.inject.internal
Fields in com.google.inject.internal declared as Element.TypeModifier and TypeFieldDescription(package private) final Element.Type
Indexer.IndexedBinding.annotationType
private final Element.Type
RealElement.type
Methods in com.google.inject.internal that return Element.TypeModifier and TypeMethodDescriptionRealElement.type()
static Element.Type
Returns the enum constant of this class with the specified name.static Element.Type[]
Element.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.google.inject.internal with parameters of type Element.TypeModifierConstructorDescription(package private)
RealElement
(String setName, Element.Type type, String keyType) (package private)
RealElement
(String setName, Element.Type type, String keyType, int uniqueId)