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..
Method Summary
TypegetType(ConstantPoolGen cpg)

Method Detail

getType

public Type getType(ConstantPoolGen cpg)