|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.classLoader.ArrayClassLoader
public class ArrayClassLoader
Pseudo-classloader for all array classes; all other IClassLoader implementations should delegate to this one for array classes only.
| Constructor Summary | |
|---|---|
ArrayClassLoader()
|
|
| Method Summary | |
|---|---|
IClass |
lookupClass(TypeName className,
IClassLoader delegator,
IClassHierarchy cha)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayClassLoader()
| Method Detail |
|---|
public IClass lookupClass(TypeName className,
IClassLoader delegator,
IClassHierarchy cha)
throws java.lang.IllegalArgumentException
className - name of the array classdelegator - class loader to look up element type with
java.lang.IllegalArgumentException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||