org.apache.bcel.generic
Interface StackConsumer

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

public interface StackConsumer

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

Version:
$Id: StackConsumer.java 386056 2006-03-15 11:31:56Z tcurdt $

Method Summary
 int consumeStack(ConstantPoolGen cpg)
           
 

Method Detail

consumeStack

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


Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.