Package io.quarkus.gizmo
Class BytecodeCreatorImpl.BlockOperation
java.lang.Object
io.quarkus.gizmo.BytecodeCreatorImpl.Operation
io.quarkus.gizmo.BytecodeCreatorImpl.BlockOperation
- Enclosing class:
BytecodeCreatorImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid(package private) Set<ResultHandle> Gets all result handles that are used as input to this operation(package private) ResultHandle(package private) ResultHandle(package private) voidwriteBytecode(org.objectweb.asm.MethodVisitor methodVisitor) Methods inherited from class io.quarkus.gizmo.BytecodeCreatorImpl.Operation
doProcess
-
Field Details
-
block
-
-
Constructor Details
-
BlockOperation
BlockOperation(BytecodeCreatorImpl block)
-
-
Method Details
-
writeBytecode
void writeBytecode(org.objectweb.asm.MethodVisitor methodVisitor) - Specified by:
writeBytecodein classBytecodeCreatorImpl.Operation
-
getInputResultHandles
Set<ResultHandle> getInputResultHandles()Description copied from class:BytecodeCreatorImpl.OperationGets all result handles that are used as input to this operation- Specified by:
getInputResultHandlesin classBytecodeCreatorImpl.Operation- Returns:
- The result handles
-
getTopResultHandle
ResultHandle getTopResultHandle()- Specified by:
getTopResultHandlein classBytecodeCreatorImpl.Operation- Returns:
- The incoming result handle that is first loaded into the stack, or null if this is not applicable
-
getOutgoingResultHandle
ResultHandle getOutgoingResultHandle()- Specified by:
getOutgoingResultHandlein classBytecodeCreatorImpl.Operation- Returns:
- The result handle that is created as a result of this operation
-
findResultHandles
- Overrides:
findResultHandlesin classBytecodeCreatorImpl.Operation
-