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.)
Method Summary
intproduceStack(ConstantPoolGen cpg)

Method Detail

produceStack

public int produceStack(ConstantPoolGen cpg)

Returns: how many words are produced on stack