de.fub.bytecode.generic
Interface StackConsumer

All Known Subinterfaces:
PopInstruction
All Known Implementing Classes:
ArithmeticInstruction, BASTORE, CASTORE, CHECKCAST, ConversionInstruction, DCMPG, FCMPG, GETFIELD, IfInstruction, INSTANCEOF, InvokeInstruction, LASTORE, ReturnInstruction, SWAP, MONITOREXIT, FASTORE, DCMPL, MONITORENTER, AASTORE, SASTORE, DASTORE, FCMPL, IASTORE

public interface StackConsumer

Denote an instruction that may consume a value from the stack.

Version:
$Id: StackConsumer.java,v 1.2 2001/05/09 09:26:57 dahm Exp $
Author:
M. Dahm

Method Summary
 int consumeStack(ConstantPoolGen cpg)
           
 

Method Detail

consumeStack

public int consumeStack(ConstantPoolGen cpg)
Returns:
how many words are consumed from stack