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 ConstructorInfo
NewExpression. _constructor
Methods in com.strobel.expressions that return ConstructorInfo Modifier and Type Method Description ConstructorInfo
NewExpression. getConstructor()
Methods in com.strobel.expressions with parameters of type ConstructorInfo Modifier and Type Method Description static 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 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) class
ReflectedConstructor
(package private) class
RuntimeConstructorInfo
Fields in com.strobel.reflection declared as ConstructorInfo Modifier and Type Field Description protected static ConstructorInfo[]
Type. EmptyConstructors
Methods in com.strobel.reflection that return ConstructorInfo Modifier and Type Method Description ConstructorInfo
PrimitiveType. getConstructor(java.util.Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes)
ConstructorInfo
Type. getConstructor(Type<?>... parameterTypes)
ConstructorInfo
Type. getConstructor(java.util.Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes)
ConstructorInfo
Type. getConstructor(java.util.Set<BindingFlags> bindingFlags, Type<?>... parameterTypes)
ConstructorInfo
TypeBinder. visitConstructor(Type<?> declaringType, ConstructorInfo constructor, TypeBindings bindings)
Methods in com.strobel.reflection with parameters of type ConstructorInfo Modifier and Type Method Description ConstructorInfo
TypeBinder. 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 class
ConstructorBuilder
Fields in com.strobel.reflection.emit declared as ConstructorInfo Modifier and Type Field Description (package private) ConstructorInfo
ConstructorBuilder. generatedConstructor
Methods in com.strobel.reflection.emit that return ConstructorInfo Modifier and Type Method Description ConstructorInfo
GenericParameterBuilder. getConstructor(java.util.Set<BindingFlags> bindingFlags, CallingConvention callingConvention, Type<?>... parameterTypes)
ConstructorInfo
TypeBuilder. 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 void
CodeGenerator. call(ConstructorInfo constructor)
void
CodeGenerator. emit(OpCode opCode, ConstructorInfo constructor)
-