Uses of Class
io.quarkus.gizmo.AssignableResultHandle
-
-
Uses of AssignableResultHandle in io.quarkus.gizmo
Methods in io.quarkus.gizmo that return AssignableResultHandle Modifier and Type Method Description default AssignableResultHandleBytecodeCreator. createVariable(java.lang.Class<?> type)Create a local variable which can be assigned within this scope.AssignableResultHandleBytecodeCreator. createVariable(java.lang.String typeDescr)Create a local variable which can be assigned within this scope.AssignableResultHandleBytecodeCreatorImpl. createVariable(java.lang.String typeDescr)Methods in io.quarkus.gizmo with parameters of type AssignableResultHandle Modifier and Type Method Description voidBytecodeCreator. assign(AssignableResultHandle target, ResultHandle value)Assign the given value to the given assignable target.voidBytecodeCreatorImpl. assign(AssignableResultHandle target, ResultHandle value)
-