Uses of Class
io.quarkus.gizmo.AssignableResultHandle
-
Uses of AssignableResultHandle in io.quarkus.gizmo
Methods in io.quarkus.gizmo that return AssignableResultHandleModifier and TypeMethodDescriptiondefault AssignableResultHandleBytecodeCreator.createVariable(Class<?> type) Create a local variable which can be assigned within this scope.BytecodeCreator.createVariable(String typeDescr) Create a local variable which can be assigned within this scope.BytecodeCreatorImpl.createVariable(String typeDescr) Methods in io.quarkus.gizmo with parameters of type AssignableResultHandleModifier and TypeMethodDescriptionvoidBytecodeCreator.assign(AssignableResultHandle target, ResultHandle value) Assign the given value to the given assignable target.voidBytecodeCreatorImpl.assign(AssignableResultHandle target, ResultHandle value)