Uses of Class
com.strobel.reflection.ConstructorInfo
Packages that use ConstructorInfo
-
Uses of ConstructorInfo in com.strobel.expressions
Fields in com.strobel.expressions declared as ConstructorInfoMethods in com.strobel.expressions that return ConstructorInfoMethods in com.strobel.expressions with parameters of type ConstructorInfoModifier and TypeMethodDescriptionstatic NewExpressionExpression.makeNew(ConstructorInfo constructor) static NewExpressionExpression.makeNew(ConstructorInfo constructor, Expression... parameters) static NewExpressionExpression.makeNew(ConstructorInfo constructor, ExpressionList<? extends Expression> parameters) Constructors in com.strobel.expressions with parameters of type ConstructorInfoModifierConstructorDescription(package private)NewExpression(ConstructorInfo constructor, ExpressionList<? extends Expression> arguments) -
Uses of ConstructorInfo in com.strobel.reflection
Subclasses of ConstructorInfo in com.strobel.reflectionModifier and TypeClassDescription(package private) class(package private) final classSubclasses with type arguments of type ConstructorInfo in com.strobel.reflectionFields in com.strobel.reflection declared as ConstructorInfoMethods in com.strobel.reflection that return ConstructorInfoModifier and TypeMethodDescriptionPrimitiveType.getConstructor(Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes) final ConstructorInfoType.getConstructor(Type<?>... parameterTypes) Type.getConstructor(Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes) final ConstructorInfoType.getConstructor(Set<BindingFlags> bindingFlags, Type<?>... parameterTypes) TypeBinder.visitConstructor(Type<?> declaringType, ConstructorInfo constructor, TypeBindings bindings) Methods in com.strobel.reflection with parameters of type ConstructorInfoModifier and TypeMethodDescriptionTypeBinder.visitConstructor(Type<?> declaringType, ConstructorInfo constructor, TypeBindings bindings) Constructors in com.strobel.reflection with parameters of type ConstructorInfoModifierConstructorDescriptionConstructorList(ConstructorInfo... elements) ConstructorList(ConstructorInfo[] elements, int offset, int length) Constructor parameters in com.strobel.reflection with type arguments of type ConstructorInfo -
Uses of ConstructorInfo in com.strobel.reflection.emit
Subclasses of ConstructorInfo in com.strobel.reflection.emitFields in com.strobel.reflection.emit declared as ConstructorInfoModifier and TypeFieldDescription(package private) ConstructorInfoConstructorBuilder.generatedConstructorMethods in com.strobel.reflection.emit that return ConstructorInfoModifier and TypeMethodDescriptionGenericParameterBuilder.getConstructor(Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes) TypeBuilder.getConstructor(Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes) Methods in com.strobel.reflection.emit with parameters of type ConstructorInfoModifier and TypeMethodDescriptionvoidCodeGenerator.call(ConstructorInfo constructor) voidCodeGenerator.emit(OpCode opCode, ConstructorInfo constructor)