Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.IntHolder
-
Packages that use IntHolder Package Description net.ssehub.easy.instantiation.core.model.vilTypes Contains the basic VIL types used as foundation for the artifact model and for integrating the variability model, i.e., types which are not artifacts themselves. -
-
Uses of IntHolder in net.ssehub.easy.instantiation.core.model.vilTypes
Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type IntHolder Modifier and Type Method Description private static TypeDescriptor<?>[]ReflectionResolver. createParameter(java.lang.Class<?>[] generics, int count, IntHolder pos)Creates the type parameters in a recursive way.protected TypeDescriptor<?>TypeRegistry. getMappedType(java.lang.Class<?> cls, java.lang.Class<?>[] generics, IntHolder pos)Returns mapped types provided by this registry and the descriptors created by this registry.static TypeDescriptor<?>ReflectionResolver. resolveType(java.lang.Class<?> cls, java.lang.Class<?>[] generics, IntHolder pos)Resolves the given type to a type descriptor.
-