- jpl_class_to_entityname(+Class:jref, -EntityName:atom)[private]
- The Class is a reference to a class object.
The EntityName is the string as returned by
Class.getName()
.This predicate actually calls
Class.getName()
on the class corresponding to Class.