Class Class

Package :
lang

This class provides information about a Unicon class.

Source

Class summary
Methods defined in this class
get_implemented_classes() get_method(s) get_methods() get_name() get_supers() get_variables() init(n)
Variables defined in this class
implemented_classes methods methods_map name oprec state_instance supers variables

Method detail

get_implemented_classes()

Get a set of the names of the implemented classes of this class (including this class itself).
Source

get_method(s)

Get the method with the given method name, or fail if there is no such method.
Source

get_methods()

Return the methods of the class, as a list
Source

get_name()

Return the name of the class
Source

get_supers()

Return a list of the names of the parent classes, in the order they were encountered in the record definition.
Source

get_variables()

Return the variable names of the class, in the order they would appear in an instance
Source

init(n)

Source

Variable detail

implemented_classes


methods


methods_map


name


oprec


state_instance


supers


variables