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
FieldsModifier and TypeFieldDescriptionstatic final ClassLoaderReferenceCanonical reference to application class loaderstatic final ClassLoaderReferenceCanonical reference to extension class loaderstatic final AtomCanonical name for the Java languagestatic final ClassLoaderReferenceCanonical reference to primordial class loader -
Constructor Summary
Constructors -
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
-