Uses of Interface
io.quarkus.gizmo2.desc.ConstructorDesc
Packages that use ConstructorDesc
-
Uses of ConstructorDesc in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 that return ConstructorDescModifier and TypeMethodDescriptionTypeParameter.OfConstructor.owner()Returns the owner of the type variable.Methods in io.quarkus.gizmo2 with parameters of type ConstructorDescModifier and TypeMethodDescriptionstatic ConstConst.ofConstructorMethodHandle(ConstructorDesc desc) Returns a method handle constant from the given constructor descriptor.booleanTypeParameter.OfConstructor.visibleIn(ConstructorDesc desc) booleanTypeParameter.OfMethod.visibleIn(ConstructorDesc desc) booleanTypeParameter.OfType.visibleIn(ConstructorDesc desc) abstract booleanTypeParameter.visibleIn(ConstructorDesc desc) Returnstrueif this type variable is visible throughout the given constructor, orfalseif it is not. -
Uses of ConstructorDesc in io.quarkus.gizmo2.creator
Methods in io.quarkus.gizmo2.creator that return ConstructorDescModifier and TypeMethodDescriptiondefault ConstructorDescClassCreator.constructor(ConstructorDesc desc, Consumer<ConstructorCreator> builder) Add a constructor to the class having the same type as the given constructor.default ConstructorDescClassCreator.constructor(MethodTypeDesc type, Consumer<ConstructorCreator> builder) Add a constructor to the class having the given predefined type.ClassCreator.constructor(Consumer<ConstructorCreator> builder) Add a constructor to the class.default ConstructorDescClassCreator.defaultConstructor()Add a default constructor to this class.ConstructorCreator.desc()Returns the descriptor of the constructor (notnull).Methods in io.quarkus.gizmo2.creator that return types with arguments of type ConstructorDescModifier and TypeMethodDescriptionTypeCreator.constructors()Returns a list of descriptors of all constructors added to this class so far.Methods in io.quarkus.gizmo2.creator with parameters of type ConstructorDescModifier and TypeMethodDescriptiondefault ConstructorDescClassCreator.constructor(ConstructorDesc desc, Consumer<ConstructorCreator> builder) Add a constructor to the class having the same type as the given constructor.default ExprBlockCreator.invokeSpecial(ConstructorDesc ctor, Expr instance) Invoke a constructor using "special" semantics.default ExprBlockCreator.invokeSpecial(ConstructorDesc ctor, Expr instance, Expr arg0) Invoke a constructor using "special" semantics.default ExprBlockCreator.invokeSpecial(ConstructorDesc ctor, Expr instance, Expr... args) Invoke a constructor using "special" semantics.default ExprBlockCreator.invokeSpecial(ConstructorDesc ctor, Expr instance, Expr arg0, Expr arg1) Invoke a constructor using "special" semantics.BlockCreator.invokeSpecial(ConstructorDesc ctor, Expr instance, List<? extends Expr> args) Invoke a constructor using "special" semantics.default ExprBlockCreator.new_(ConstructorDesc ctor) Construct a new instance.default ExprBlockCreator.new_(ConstructorDesc ctor, Expr arg0) Construct a new instance.default ExprBlockCreator.new_(ConstructorDesc ctor, Expr... args) Construct a new instance.default ExprBlockCreator.new_(ConstructorDesc ctor, Expr arg0, Expr arg1) Construct a new instance.BlockCreator.new_(ConstructorDesc ctor, List<? extends Expr> args) Construct a new instance.BlockCreator.new_(GenericType genericType, ConstructorDesc ctor, List<? extends Expr> args) Construct a new instance.BlockCreator.newAnonymousClass(ConstructorDesc superCtor, List<? extends Expr> args, Consumer<AnonymousClassCreator> builder) Create a new anonymous class instance. -
Uses of ConstructorDesc in io.quarkus.gizmo2.desc
Methods in io.quarkus.gizmo2.desc that return ConstructorDescModifier and TypeMethodDescriptionstatic ConstructorDescConstruct a new instance.static ConstructorDescConstructorDesc.of(Class<?> owner, MethodTypeDesc type) Construct a new instance.static ConstructorDescConstructorDesc.of(Class<?> owner, MethodType type) Construct a new instance.static ConstructorDescConstruct a new instance.static ConstructorDescConstruct a new instance for a zero-parameter constructor.static ConstructorDescConstruct a new instance.static ConstructorDescConstruct a new instance.static ConstructorDescConstructorDesc.of(ClassDesc owner, MethodTypeDesc type) Construct a new instance.static ConstructorDescConstruct a new instance.static ConstructorDescConstructorDesc.of(Constructor<?> ctor) Returns a constructor descriptor for the given constructor.