Uses of Interface
io.quarkus.gizmo2.Typed
Packages that use Typed
-
Uses of Typed in io.quarkus.gizmo2
Subinterfaces of Typed in io.quarkus.gizmo2Modifier and TypeInterfaceDescriptioninterfaceAn expression that can be the target of an assignment.interfaceAn expression which wraps aConstantDesc.interfaceAn expression.interfaceA variable corresponding to a field.interfaceA thing which has a generic type.interfaceAn instance field variable.interfaceA local variable.interfaceA typed thing whose type is a method type.interfaceA variable representing a method call parameter.interfaceA typed thing whose type is a simple type.interfaceA variable corresponding to a static field.interfaceThe special expression forthis, which is only valid from instance methods and constructors.interfaceAn assignable expression that is stored in a variable.Classes in io.quarkus.gizmo2 that implement TypedModifier and TypeClassDescriptionclassA type parameter on a class, interface, or method.static final classA type parameter on a constructor.static final classA type parameter on a method.static final classA type parameter on a class or interface. -
Uses of Typed in io.quarkus.gizmo2.creator
Subinterfaces of Typed in io.quarkus.gizmo2.creatorModifier and TypeInterfaceDescriptioninterfaceA builder for abstract methods.interfaceA class creator for classes which capture an enclosing lexical scope.interfaceA code block.interfaceA creator for a class type.interfaceA creator for an instance constructor.interfaceA creator for an executable (i.e. something that can be called with arguments).interfaceA creator for a field.interfaceA creator for instance executables.interfaceA creator for an instance field.interfaceA creator for an instance method.interfaceA creator for an interface type.interfaceA generalized creator for any kind of class member.interfaceA creator for any kind of method on a class.interfaceA creator interface for parameters.interfaceA creator for any kind of non-instance executable creator.interfaceA creator for a static field.interfaceA builder for static methods.interfaceA creator for aswitchstatement.interfaceA creator for a type. -
Uses of Typed in io.quarkus.gizmo2.desc
Subinterfaces of Typed in io.quarkus.gizmo2.descModifier and TypeInterfaceDescriptioninterfaceA descriptor for a method on a class.interfaceA descriptor for a constructor.interfaceA descriptor for a field.interfaceA descriptor for a method on an interface.interfaceA descriptor for a class member.interfaceA descriptor for a method.