Uses of Class
io.quarkus.gizmo.BytecodeCreatorImpl.Operation
-
-
Uses of BytecodeCreatorImpl.Operation in io.quarkus.gizmo
Subclasses of BytecodeCreatorImpl.Operation in io.quarkus.gizmo Modifier and Type Class Description (package private) classBytecodeCreatorImpl.AssignOperation(package private) static classBytecodeCreatorImpl.BlockOperation(package private) classBytecodeCreatorImpl.IfOperation(package private) classBytecodeCreatorImpl.InvokeOperation(package private) static classBytecodeCreatorImpl.JumpOperation(package private) classBytecodeCreatorImpl.NewInstanceOperationFields in io.quarkus.gizmo with type parameters of type BytecodeCreatorImpl.Operation Modifier and Type Field Description protected java.util.List<BytecodeCreatorImpl.Operation>BytecodeCreatorImpl. operationsMethods in io.quarkus.gizmo that return BytecodeCreatorImpl.Operation Modifier and Type Method Description (package private) BytecodeCreatorImpl.OperationBytecodeCreatorImpl. createNewInstanceOp(ResultHandle handle, MethodDescriptor descriptor, ResultHandle[] args)
-