next up previous contents index
Next: Debugging Instances Up: Methods for Debugging Previous: Methods for Debugging

Debugging Class and Instance Lists

These following methods print some information about a class to the standard output. They can't be used interactively (unless a method is supplied which calls them), because they have to be send to a class.

   GRAPE(class, "print-classes-send")()
CLASS * class
prints the names of all subclasses of class class,

   GRAPE(class, "print-instances-send")()
CLASS * class
prints the names of all instance of class class and

   GRAPE(class, "print-methods-send")()
CLASS * class
prints the names of all methods of class class.



SFB 256 Universität Bonn and IAM Universität Freiburg

Copyright © by the Sonderforschungsbereich 256 at the Institut für Angewandte Mathematik, Universität Bonn.