Uses of Class
org.glassfish.hk2.classmodel.reflect.impl.ParameterizedInterfaceModelImpl
-
Packages that use ParameterizedInterfaceModelImpl Package Description org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of ParameterizedInterfaceModelImpl in org.glassfish.hk2.classmodel.reflect.impl
Fields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type ParameterizedInterfaceModelImpl Modifier and Type Field Description private java.util.Map<java.lang.String,ParameterizedInterfaceModelImpl>
SignatureVisitorImpl. formalTypes
private java.util.List<ParameterizedInterfaceModelImpl>
SignatureVisitorImpl. parameterizedIntf
private java.util.Stack<ParameterizedInterfaceModelImpl>
SignatureVisitorImpl. stack
Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type ParameterizedInterfaceModelImpl Modifier and Type Method Description (package private) java.util.Collection<ParameterizedInterfaceModelImpl>
SignatureVisitorImpl. getImplementedInterfaces()
Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ParameterizedInterfaceModelImpl Modifier and Type Method Description (package private) void
ExtensibleTypeImpl. isImplementing(ParameterizedInterfaceModelImpl pim)
-