FileDocCategorySizeDatePackage
TypedInstruction.javaAPI DocJava SE 6 API3085Tue Jun 10 00:22:22 BST 2008com.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.2.1 2005/07/31 23:45:16 jeffsuttor 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)