[go: up one dir, main page]

Menu

[5e871b]: / examples / util.g  Maximize  Restore  History

Download this file

13 lines (11 with data), 387 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Copyright 2008 Peter William Birch <birchb@genyis.org>
##
## This software may be used and distributed according to the terms
## of the Genyris License, in the file "LICENSE", incorporated herein by reference.
##
StandardClass
# method to dump out the class hierarchy of the class
## BROKEN ##
def .getClassTree()
cons .classname
map-left .subclasses .getClassTree