モジュール java.base

インタフェースConstantInstruction.LoadConstantInstruction

すべてのスーパー・インタフェース:
ClassFileElementPREVIEW, CodeElementPREVIEW, ConstantInstructionPREVIEW, InstructionPREVIEW
含まれているインタフェース:
ConstantInstructionPREVIEW

public static sealed interface ConstantInstruction.LoadConstantInstruction extends ConstantInstructionPREVIEW
LoadConstantInstructionは、JavaプラットフォームのプレビューAPIです。
プレビュー機能が有効な場合のみ、プログラムでLoadConstantInstructionを使用できます。
プレビュー機能は、今後のリリースで削除するか、Javaプラットフォームの永続機能にアップグレードすることができます。
"load constant"命令(e.g., ldc)をモデル化します。
導入されたバージョン:
22