mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8312491: Update Classfile API snippets and examples
Reviewed-by: jlahoda
This commit is contained in:
parent
69c9ec92d0
commit
744b3970f9
62 changed files with 3384 additions and 83 deletions
|
@ -80,6 +80,12 @@ public sealed interface LocalVariable extends PseudoInstruction
|
|||
*/
|
||||
Label endScope();
|
||||
|
||||
/**
|
||||
* Writes the local variable to the specified writer
|
||||
*
|
||||
* @param buf the writer
|
||||
* @return true if the variable has been written
|
||||
*/
|
||||
boolean writeTo(BufWriter buf);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue