JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
java.base
java.lang.classfile.instruction
BranchInstruction
Uses of Interface
java.lang.classfile.instruction.BranchInstruction
Packages that use
BranchInstruction
PREVIEW
Package
Description
java.lang.classfile.instruction
Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW
library.
Uses of
BranchInstruction
PREVIEW
in
java.lang.classfile.instruction
PREVIEW
Methods in
java.lang.classfile.instruction
PREVIEW
that return
BranchInstruction
PREVIEW
Modifier and Type
Method
Description
static
BranchInstruction
PREVIEW
BranchInstruction.
of
(
Opcode
PREVIEW
op,
Label
PREVIEW
target)
Returns a branch instruction.