インタフェースConstantInstruction.IntrinsicConstantInstruction

すべてのスーパー・インタフェース:
ClassFileElement, CodeElement, ConstantInstruction, Instruction
含まれているインタフェース:
ConstantInstruction

public static sealed interface ConstantInstruction.IntrinsicConstantInstruction extends ConstantInstruction
定数値をopcodeにエンコードする"組み込み定数"命令をモデル化します。 たとえば、aconst_nulliconst_0などです。

組み込み定数命令はコンポジットです:

説明:
opcode
定数の種類である必要があり、「固定サイズ」は1である必要があります。

導入されたバージョン:
24
関連項目: