de.fub.bytecode.generic
Interface LoadClass

All Known Implementing Classes:
ANEWARRAY, CHECKCAST, FieldOrMethod, INSTANCEOF, MULTIANEWARRAY, NEW

public abstract interface LoadClass

Denotes that an instruction may start the process of loading and resolving the referenced class in the Virtual Machine.

Version:
$Id: LoadClass.java,v 1.2 1999/05/04 13:14:35 dahm Exp $
Author:
M. Dahm