Class ClassLoaderReference
java.lang.Object
com.ibm.wala.types.ClassLoaderReference
- All Implemented Interfaces:
Serializable
Defines the meta-information that identifies a class loader. This is effectively a "name" for a
class loader.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ClassLoaderReference
Canonical reference to application class loaderstatic final ClassLoaderReference
Canonical reference to extension class loaderstatic final Atom
Canonical name for the Java languagestatic final ClassLoaderReference
Canonical reference to primordial class loader -
Constructor Summary
-
Method Summary
-
Field Details
-
Java
Canonical name for the Java language -
Primordial
Canonical reference to primordial class loader -
Extension
Canonical reference to extension class loader -
Application
Canonical reference to application class loader
-
-
Constructor Details
-
ClassLoaderReference
-
-
Method Details
-
getName
- Returns:
- the name of this class loader
-
getLanguage
- Returns:
- the name of the language this class loader belongs to
-
getParent
- Returns:
- the parent of this loader in the loader hierarchy, or null if none
-
equals
-
hashCode
-
toString
-