Uses of Class
com.strobel.reflection.ConstructorInfo
-
Packages that use ConstructorInfo Package Description com.strobel.expressions com.strobel.reflection com.strobel.reflection.emit -
-
Uses of ConstructorInfo in com.strobel.expressions
Fields in com.strobel.expressions declared as ConstructorInfo Modifier and Type Field Description private ConstructorInfoNewExpression. _constructorMethods in com.strobel.expressions that return ConstructorInfo Modifier and Type Method Description ConstructorInfoNewExpression. getConstructor()Methods in com.strobel.expressions with parameters of type ConstructorInfo Modifier and Type Method Description static 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 ConstructorInfo Constructor Description NewExpression(ConstructorInfo constructor, ExpressionList<? extends Expression> arguments) -
Uses of ConstructorInfo in com.strobel.reflection
Subclasses of ConstructorInfo in com.strobel.reflection Modifier and Type Class Description (package private) classReflectedConstructor(package private) classRuntimeConstructorInfoFields in com.strobel.reflection declared as ConstructorInfo Modifier and Type Field Description protected static ConstructorInfo[]Type. EmptyConstructorsMethods in com.strobel.reflection that return ConstructorInfo Modifier and Type Method Description ConstructorInfoPrimitiveType. getConstructor(java.util.Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes)ConstructorInfoType. getConstructor(Type<?>... parameterTypes)ConstructorInfoType. getConstructor(java.util.Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes)ConstructorInfoType. getConstructor(java.util.Set<BindingFlags> bindingFlags, Type<?>... parameterTypes)ConstructorInfoTypeBinder. visitConstructor(Type<?> declaringType, ConstructorInfo constructor, TypeBindings bindings)Methods in com.strobel.reflection with parameters of type ConstructorInfo Modifier and Type Method Description ConstructorInfoTypeBinder. visitConstructor(Type<?> declaringType, ConstructorInfo constructor, TypeBindings bindings)Constructors in com.strobel.reflection with parameters of type ConstructorInfo Constructor Description ConstructorList(ConstructorInfo... elements)ConstructorList(ConstructorInfo[] elements, int offset, int length)Constructor parameters in com.strobel.reflection with type arguments of type ConstructorInfo Constructor Description ConstructorList(java.util.List<? extends ConstructorInfo> elements) -
Uses of ConstructorInfo in com.strobel.reflection.emit
Subclasses of ConstructorInfo in com.strobel.reflection.emit Modifier and Type Class Description classConstructorBuilderFields in com.strobel.reflection.emit declared as ConstructorInfo Modifier and Type Field Description (package private) ConstructorInfoConstructorBuilder. generatedConstructorMethods in com.strobel.reflection.emit that return ConstructorInfo Modifier and Type Method Description ConstructorInfoGenericParameterBuilder. getConstructor(java.util.Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes)ConstructorInfoTypeBuilder. getConstructor(java.util.Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes)Methods in com.strobel.reflection.emit with parameters of type ConstructorInfo Modifier and Type Method Description voidCodeGenerator. call(ConstructorInfo constructor)voidCodeGenerator. emit(OpCode opCode, ConstructorInfo constructor)
-