de.fub.bytecode.generic
Interface TypedInstruction
- All Known Subinterfaces:
- ConstantPushInstruction
- All Known Implementing Classes:
- ArithmeticInstruction, ArrayInstruction, ConversionInstruction, CPInstruction, DCMPG, DCONST, FCONST, FieldInstruction, ICONST, InvokeInstruction, LDC, LocalVariableInstruction, RET, ReturnInstruction, JsrInstruction, LCONST, FCMPG, ACONST_NULL, DCMPL, LDC2_W, FCMPL
- 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.2 2001/05/09 09:26:57 dahm Exp $
- Author:
- M. Dahm
getType
public Type getType(ConstantPoolGen cpg)