mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8335938: Review XxxBuilder.original and XxxModel.parent
Reviewed-by: asotona
This commit is contained in:
parent
aabec4a947
commit
22914e0774
12 changed files with 12 additions and 92 deletions
|
@ -128,12 +128,6 @@ public sealed interface CodeBuilder
|
|||
extends ClassFileBuilder<CodeElement, CodeBuilder>
|
||||
permits CodeBuilder.BlockCodeBuilder, ChainedCodeBuilder, TerminalCodeBuilder, NonterminalCodeBuilder {
|
||||
|
||||
/**
|
||||
* {@return the {@link CodeModel} representing the method body being transformed,
|
||||
* if this code builder represents the transformation of some {@link CodeModel}}
|
||||
*/
|
||||
Optional<CodeModel> original();
|
||||
|
||||
/** {@return a fresh unbound label} */
|
||||
Label newLabel();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue