Uses of Interface
io.quarkus.gizmo2.SimpleTyped
Packages that use SimpleTyped
-
Uses of SimpleTyped in io.quarkus.gizmo2
Subinterfaces of SimpleTyped 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 variable representing a method call parameter.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 SimpleTypedModifier 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 SimpleTyped in io.quarkus.gizmo2.creator
Subinterfaces of SimpleTyped in io.quarkus.gizmo2.creatorModifier and TypeInterfaceDescriptioninterfaceA class creator for classes which capture an enclosing lexical scope.interfaceA code block.interfaceA creator for a class type.interfaceA creator for a field.interfaceA creator for an instance field.interfaceA creator for an interface type.interfaceA creator interface for parameters.interfaceA creator for a static field.interfaceA creator for aswitchstatement.interfaceA creator for a type. -
Uses of SimpleTyped in io.quarkus.gizmo2.desc
Subinterfaces of SimpleTyped in io.quarkus.gizmo2.desc