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 NewExpression
Expression.makeNew
(ConstructorInfo constructor) static NewExpression
Expression.makeNew
(ConstructorInfo constructor, Expression... parameters) static NewExpression
Expression.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 class
Fields 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 ConstructorInfo
Type.getConstructor
(Type<?>... parameterTypes) Type.getConstructor
(Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes) final ConstructorInfo
Type.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) ConstructorInfo
ConstructorBuilder.generatedConstructor
Methods 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 TypeMethodDescriptionvoid
CodeGenerator.call
(ConstructorInfo constructor) void
CodeGenerator.emit
(OpCode opCode, ConstructorInfo constructor)