Did you know ... Search Documentation:
pce_goal_expansion.pl
PublicShow source
 current_super_class(-Super)[private]
Return the name of the super-class of the currently compiling class.
Source super_class(+ClassName, -SuperClassName)[private]
Deternine the super-class of a class. Try to avoid realising the class to improve compilation and save-state performance. First clause deals with the most common case, where we want to have the super-class of the currently compiling class.