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 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

Method Summary
TypegetType(ConstantPoolGen cpg)

Method Detail

getType

public Type getType(ConstantPoolGen cpg)