Companion
Functions
Link copied to clipboard
fun newSelfPojoType(javaClass: AvailObject?, javaAncestors: A_Set?): AvailObject
Content copied to clipboard
Create a new AvailObject that represents a pojo self type.
Link copied to clipboard
fun pojoFromSerializationProxy(selfPojoProxy: A_Tuple, classLoader: ClassLoader): AvailObject
Content copied to clipboard
Convert a proxy previously created by pojoSerializationProxy back into a self pojo type.
Link copied to clipboard
Convert a self pojo type to a 2-tuple holding the main class name (or null) and a set of ancestor class names.