org.apache.bcel.generic

Interface TypedInstruction

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 386056 2006-03-15 11:31:56Z tcurdt $

Author: M. Dahm

Method Summary
TypegetType(ConstantPoolGen cpg)

Method Detail

getType

public Type getType(ConstantPoolGen cpg)