インタフェースConstantInstruction.ArgumentConstantInstruction

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

public static sealed interface ConstantInstruction.ArgumentConstantInstruction extends ConstantInstruction
命令の定数値を直接エンコードする"引数定数"命令をモデル化します。 bipushおよびsipush命令が含まれます。

引数の定数命令はコンポジットです:

説明:
  • opcodeは、bipushまたはsipushのいずれかである必要があります。
  • constantValueは、byte [-128, 127]bipushshort[-32768, 32767]sipushの範囲内である必要があります。

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