org.apache.bcel.generic

Interface TypedInstruction

Known Subinterfaces:
ConstantPushInstruction
Known Implementing Classes:
AALOAD, AASTORE, ACONST_NULL, ALOAD, ANEWARRAY, ArithmeticInstruction, ArrayInstruction, ARETURN, ASTORE, BALOAD, BASTORE, BIPUSH, CALOAD, CASTORE, CHECKCAST, ConversionInstruction, CPInstruction, D2F, D2I, D2L, DADD, DALOAD, DASTORE, DCMPG, DCMPL, DCONST, DDIV, DLOAD, DMUL, DNEG, DREM, DRETURN, DSTORE, DSUB, F2D, F2I, F2L, FADD, FALOAD, FASTORE, FCMPG, FCMPL, FCONST, FDIV, FieldInstruction, FieldOrMethod, FLOAD, FMUL, FNEG, FREM, FRETURN, FSTORE, FSUB, GETFIELD, GETSTATIC, I2B, I2C, I2D, I2F, I2L, I2S, IADD, IALOAD, IAND, IASTORE, ICONST, IDIV, IINC, ILOAD, IMUL, InvokeInstruction, INEG, INSTANCEOF, INVOKEINTERFACE, INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL, IOR, IREM, IRETURN, ISHL, ISHR, ISTORE, ISUB, IUSHR, IXOR, JsrInstruction, JSR, JSR_W, L2D, L2F, L2I, LADD, LALOAD, LAND, LASTORE, LCMP, LCONST, LDC, LDC2_W, LDC_W, LDIV, LLOAD, LMUL, LNEG, LoadInstruction, LocalVariableInstruction, LOR, LREM, LRETURN, LSHL, LSHR, LSTORE, LSUB, LUSHR, LXOR, MULTIANEWARRAY, NEW, PUTFIELD, PUTSTATIC, ReturnInstruction, RET, RETURN, SALOAD, SASTORE, SIPUSH, StoreInstruction

public interface TypedInstruction

Get the type associated with an instruction, int for ILOAD, or the type of the field of a PUTFIELD instruction, e.g..
Version:
$Id: TypedInstruction.java,v 1.1.1.1 2001/10/29 20:00:28 jvanzyl Exp $
Author:
M. Dahm

Method Summary

Type
getType(ConstantPoolGen cpg)

Method Details

getType

public Type getType(ConstantPoolGen cpg)