GenericClassMirrorImpl<T extends Object> constructor
GenericClassMirrorImpl<T extends Object> (
- String simpleName,
- String qualifiedName,
- int descriptor,
- int classIndex,
- ReflectionImpl reflector,
- List<
int> declarationIndices, - List<
int> ? instanceMemberIndices, - List<
int> ? staticMemberIndices, - int superclassIndex,
- Map<
String, StaticGetter> getters, - Map<
String, InvokerOfGetter> setters, - Map<
String, Function> constructors, - int ownerIndex,
- int mixinIndex,
- List<
int> superinterfaceIndices, - List<
Object> ? metadata, - Map<
String, int> ? parameterListShapes, - InstanceChecker _isGenericRuntimeTypeOf,
- List<
int> ? _typeVariableIndices, - int _dynamicReflectedTypeIndex,
Implementation
GenericClassMirrorImpl(
super.simpleName,
super.qualifiedName,
super.descriptor,
super.classIndex,
super.reflector,
super.declarationIndices,
super.instanceMemberIndices,
super.staticMemberIndices,
int super.superclassIndex,
super.getters,
super.setters,
super.constructors,
super.ownerIndex,
super.mixinIndex,
super.superinterfaceIndices,
super.metadata,
super.parameterListShapes,
this._isGenericRuntimeTypeOf,
this._typeVariableIndices,
this._dynamicReflectedTypeIndex,
);