Package io.quarkus.deployment.recording
Class BytecodeRecorderImpl.FixedMethodContext
java.lang.Object
io.quarkus.deployment.recording.BytecodeRecorderImpl.FixedMethodContext
- All Implemented Interfaces:
BytecodeRecorderImpl.MethodContext
- Enclosing class:
- BytecodeRecorderImpl
static final class BytecodeRecorderImpl.FixedMethodContext
extends Object
implements BytecodeRecorderImpl.MethodContext
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final io.quarkus.gizmo.MethodCreator(package private) final BytecodeRecorderImpl.SplitMethodContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.gizmo.ResultHandlevoid
-
Field Details
-
parent
-
currentMethod
final io.quarkus.gizmo.MethodCreator currentMethod -
currentMethodCache
-
-
Constructor Details
-
FixedMethodContext
FixedMethodContext(BytecodeRecorderImpl.SplitMethodContext parent)
-
-
Method Details
-
writeInstruction
- Specified by:
writeInstructionin interfaceBytecodeRecorderImpl.MethodContext
-
loadDeferred
- Specified by:
loadDeferredin interfaceBytecodeRecorderImpl.MethodContext
-