Package io.quarkus.gizmo
-
Interface Summary Interface Description AnnotatedElement AnnotationCreator BranchResult Use to construct the various branches of an if statement.BytecodeCreator An interface for creating a methods bytecode.CatchBlockCreator A bytecode creator that represents a catch blockClassOutput ErrorReporter FieldCreator ForEachLoop A for-each construct.FunctionCreator IfThenElse An if-then-else construct.Loop A loop construct.MemberCreator<T extends MemberCreator<T>> MethodCreator A class that builds the body of a method without needing to understand java bytecode.SignatureBuilder Builds a generic signature as defined in JVMS 17, chapter "4.7.9.1.SignatureBuilder.ClassSignatureBuilder Builds a generic signature of a class (including interfaces).SignatureBuilder.FieldSignatureBuilder Builds a generic signature of a field.SignatureBuilder.MethodSignatureBuilder Builds a generic signature of a method (including constructors).SignatureElement<S> An element that has a signature attribute.Switch<T> A switch statement.Switch.EnumSwitch<E extends java.lang.Enum<E>> A switch forEnum.Switch.StringSwitch A switch forString.TryBlock Atryblock.WhileLoop A while loop statement. -
Enum Summary Enum Description ResultHandle.ResultType