- All Superinterfaces:
AnnotatableCreator,BodyCreator,ExecutableCreator,InstanceBodyCreator,MethodTyped,ModifiableCreator,Typed,TypeParameterizedCreator
- All Known Subinterfaces:
ConstructorCreator,InstanceMethodCreator
public sealed interface InstanceExecutableCreator
extends ExecutableCreator, InstanceBodyCreator
permits ConstructorCreator, InstanceMethodCreator
A creator for instance executables.
-
Method Summary
Methods inherited from interface io.quarkus.gizmo2.creator.AnnotatableCreator
addAnnotation, addAnnotation, addAnnotation, addAnnotationMethods inherited from interface io.quarkus.gizmo2.creator.BodyCreator
bodyMethods inherited from interface io.quarkus.gizmo2.creator.ExecutableCreator
parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, setType, throws_, throws_, throws_, type, varargsMethods inherited from interface io.quarkus.gizmo2.MethodTyped
genericReturnType, hasGenericReturnType, isPrimitiveParameter, isPrimitiveReturn, isVoidReturn, parameterCount, parameterSlotSize, parameterType, parameterTypeKind, parameterTypes, returnSlotSize, returnType, returnTypeKindMethods inherited from interface io.quarkus.gizmo2.creator.ModifiableCreator
addFlag, addFlags, addFlags, final_, modifierLocation, packagePrivate, private_, protected_, public_, removeFlag, removeFlags, removeFlags, setAccess, supports, syntheticMethods inherited from interface io.quarkus.gizmo2.creator.TypeParameterizedCreator
typeParameter, typeParameter
-
Method Details
-
this_
This this_()Returns thethisexpression.- Returns:
- the
thisexpression
-