org.apache.bcel.generic
public interface LoadClass
Version: $Id: LoadClass.java 152690 2001-10-29 19:59:54Z jvanzyl $
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