Class BytecodeLabel
java.lang.Object
com.oracle.truffle.api.bytecode.BytecodeLabel
Abstract definition of a label. Labels can be used to implement forward branches (for backward
branches, use a
While
operation).
The language parser can allocate labels using the builder's createLabel
method, and
subsequently emit it using emitLabel
. Labels are specified as parameters to branch
operations.- Since:
- 24.2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BytecodeLabel
-