Uses of Class
com.google.inject.internal.Element.Type
-
Packages that use Element.Type Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of Element.Type in com.google.inject.internal
Fields in com.google.inject.internal declared as Element.Type Modifier and Type Field Description (package private) Element.TypeIndexer.IndexedBinding. annotationTypeprivate Element.TypeRealElement. typeMethods in com.google.inject.internal that return Element.Type Modifier and Type Method Description Element.Typetype()Element.TypeRealElement. type()static Element.TypeElement.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Element.Type[]Element.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.inject.internal with parameters of type Element.Type Constructor Description RealElement(java.lang.String setName, Element.Type type, java.lang.String keyType)RealElement(java.lang.String setName, Element.Type type, java.lang.String keyType, int uniqueId)
-