Class LDC

All Implemented Interfaces:
Serializable, Cloneable, ExceptionThrower, IndexedInstruction, PushInstruction, StackProducer, TypedInstruction
Direct Known Subclasses:
LDC_W

public class LDC extends CPInstruction implements PushInstruction, ExceptionThrower, TypedInstruction
LDC - Push item from constant pool.
Stack: ... -> ..., item
Version:
$Id: LDC.java 386056 2006-03-15 11:31:56Z tcurdt $
Author:
M. Dahm
See Also:
  • Constructor Details

    • LDC

      public LDC(int index)
  • Method Details