org.apache.bcel.generic

Interface ConstantPushInstruction

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 386056 2006-03-15 11:31:56Z tcurdt $

Author: M. Dahm

See Also: ICONST SIPUSH

Method Summary
NumbergetValue()

Method Detail

getValue

public Number getValue()
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.