org.apache.bcel.generic

Interface StackProducer

public interface StackProducer

Denote an instruction that may produce a value on top of the stack (this excludes DUP_X1, e.g.)

Version: $Id: StackProducer.java 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

Method Summary
intproduceStack(ConstantPoolGen cpg)

Method Detail

produceStack

public int produceStack(ConstantPoolGen cpg)

Returns: how many words are produced on stack