インタフェースConstantInstruction

すべてのスーパー・インタフェース:
ClassFileElement, CodeElement, Instruction
既知のすべてのサブインタフェース:
ConstantInstruction.ArgumentConstantInstruction, ConstantInstruction.IntrinsicConstantInstruction, ConstantInstruction.LoadConstantInstruction

"intrinsic""argument""load"定数命令など、 Code属性のcode配列の定数ロード命令をモデル化します。 対応するopcodesのkindOpcode.Kind.CONSTANTです。 CodeModelの要素をトラバースするときに、CodeElementとして提供されます。

ロードされた定数値は、ConstantDescとして象徴的に表されます:

ConstantInstruction(ConstantDesc constantValue)

シール済クラス階層グラフ:
ConstantInstructionのシール済クラス階層グラフConstantInstructionのシール済クラス階層グラフ
導入されたバージョン:
24
関連項目: