Uses of Class
com.strobel.reflection.emit.ConstructorBuilder
Packages that use ConstructorBuilder
-
Uses of ConstructorBuilder in com.strobel.expressions
Fields in com.strobel.expressions declared as ConstructorBuilderConstructors in com.strobel.expressions with parameters of type ConstructorBuilderModifierConstructorDescription(package private)
LambdaCompiler
(AnalyzedTree tree, LambdaExpression<?> lambda, MethodBuilder method, ConstructorBuilder constructor) -
Uses of ConstructorBuilder in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit with type parameters of type ConstructorBuilderModifier and TypeFieldDescription(package private) final ArrayList
<ConstructorBuilder> TypeBuilder.constructorBuilders
Methods in com.strobel.reflection.emit that return ConstructorBuilderModifier and TypeMethodDescriptionTypeBuilder.defineConstructor
(int modifiers, TypeList parameterTypes) TypeBuilder.defineConstructor
(int modifiers, TypeList parameterTypes, TypeList thrownTypes) TypeBuilder.defineDefaultConstructor()
TypeBuilder.defineDefaultConstructor
(int modifiers)