Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

codeLikeSlotsMap.h

This is the verbatim text of the codeLikeSlotsMap.h include file.
/* Sun-$Revision: 23.4 $ */

/* Copyright 1992-9 Sun Microsystems, Inc. and Stanford University.
   See the LICENSE file for license information. */

# pragma interface

class codeLikeSlotsMap: public slotsMapDeps {
  // abstract class for objects with code  
 public:
  bool is_method_like()         { return true; }
  oop  mirror_reflectee(oop r)  {
    Unused(r); return ErrorCodes::vmString_prim_error(REFLECTTYPEERROR); }
  fint arg_count();
};


Generated at Tue Jun 27 12:13:08 2000 for SelfVM by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999