Class PUSH

java.lang.Object
org.apache.bcel.generic.PUSH
All Implemented Interfaces:
CompoundInstruction, InstructionConstants, VariableLengthInstruction

Wrapper class for push operations, which are implemented either as BIPUSH, LDC or xCONST_n instructions.