Interface ConstantPushInstruction

All Superinterfaces:
PushInstruction, StackProducer, TypedInstruction
All Known Implementing Classes:
BIPUSH, DCONST, FCONST, ICONST, LCONST, SIPUSH

Denotes a push instruction that produces a literal on the stack such as SIPUSH, BIPUSH, ICONST, etc.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value to push onto the stack.

    Methods inherited from interface org.apache.bcel.generic.StackProducer

    produceStack

    Methods inherited from interface org.apache.bcel.generic.TypedInstruction

    getType
  • Method Details

    • getValue

      Gets the value to push onto the stack.
      Returns:
      The value to push onto the stack.