- All Superinterfaces:
- PushInstruction, StackProducer, TypedInstruction
- All Known Implementing Classes:
- BIPUSH, DCONST, FCONST, ICONST, LCONST, SIPUSH
public interface ConstantPushInstruction
extends PushInstruction, TypedInstruction
Denotes a push instruction that produces a literal on the stack
such as SIPUSH, BIPUSH, ICONST, etc.
- Version:
- $Id: ConstantPushInstruction.java 1158060 2011-08-15 23:17:19Z dbrosius $
- Author:
- M. Dahm
- See Also:
ICONST
,
SIPUSH