OpenJDK 1.23
java.base
jdk.internal.classfile.impl
TerminalMethodBuilder
Top
Methods
jdk.internal.classfile.impl
public
sealed
Interface TerminalMethodBuilder
extends
MethodBuilder
Known Direct Implementers
jdk.
internal.
classfile.
impl.
BufferedMethodBuilder
,
jdk.
internal.
classfile.
impl.
DirectMethodBuilder
Imports
java.
lang.
classfile.
CodeModel
,
.MethodBuilder
Method Summary
Modifier and Type
Method and Description
public
BufferedCodeBuilder
bufferedCodeBuilder
(
CodeModel
original
)
Inherited from
java.lang.classfile.MethodBuilder
:
original
transformCode
withCode
withFlags
withFlags
Method Detail
bufferedCodeBuilder
back to summary
public
BufferedCodeBuilder
bufferedCodeBuilder
(
CodeModel
original
)