インタフェースConstantInstruction.IntrinsicConstantInstruction
- すべてのスーパー・インタフェース:
ClassFileElement, CodeElement, ConstantInstruction, Instruction
- 含まれているインタフェース:
ConstantInstruction
public static sealed interface ConstantInstruction.IntrinsicConstantInstruction extends ConstantInstruction
定数値をopcodeにエンコードする"組み込み定数"命令をモデル化します。 たとえば、
説明:
aconst_nullやiconst_0などです。
組み込み定数命令はコンポジットです:
IntrinsicConstantInstruction(Opcode opcode)
- 導入されたバージョン:
- 24
- 関連項目:
-
ネストされたクラスのサマリー
インタフェースで宣言されたネストされたクラス/インタフェース ConstantInstruction
ConstantInstruction.ArgumentConstantInstruction, ConstantInstruction.IntrinsicConstantInstruction, ConstantInstruction.LoadConstantInstruction修飾子と型インタフェース説明static interface命令の定数値を直接エンコードする"引数定数"命令をモデル化します。static interface定数値をopcodeにエンコードする"組み込み定数"命令をモデル化します。static interface定数値を定数プールにエンコードする"ロード定数"命令をモデル化します。 -
メソッドのサマリー
インタフェースで宣言されたメソッド ConstantInstruction
constantValueインタフェースInstructionで宣言されたメソッド
opcode, sizeInBytes
-
メソッドの詳細
-
typeKind
default TypeKind typeKind()インタフェース:ConstantInstructionからコピーされた説明定数の「計算タイプ」を返します。 これは、constantValueから導出されます。- 定義:
- インタフェース
ConstantInstruction内のtypeKind - 戻り値:
- 定数の「計算タイプ」
-