org.apache.bcel.generic
public interface LoadClass
Version: $Id: LoadClass.java 386056 2006-03-15 11:31:56Z tcurdt $
Method Summary | |
---|---|
ObjectType | getLoadClassType(ConstantPoolGen cpg)
Returns the ObjectType of the referenced class or interface
that may be loaded and resolved. |
Type | getType(ConstantPoolGen cpg)
Returns the type associated with this instruction.
|
Returns: object type that may be loaded or null if a primitive is referenced
See Also: getLoadClassType