FileDocCategorySizeDatePackage
TypedInstruction.javaAPI DocJava SE 5 API3082Fri Aug 26 14:55:24 BST 2005com.sun.org.apache.bcel.internal.generic

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,v 1.1.1.1 2001/10/29 20:00:28 jvanzyl Exp $
author
M. Dahm

Fields Summary
Constructors Summary
Methods Summary
public com.sun.org.apache.bcel.internal.generic.TypegetType(com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg)