This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

class$ in gcjh-generated files


What happened with the idea to add a field class$ (to simulate
the java construct XXX.class) in gcjh generated header files?
Wouldn't it just be a matter of modifying gcj to generate
something like this:

  [..]
  extern java::lang::Class _CL_Q34java4lang6Object;

  class ::java::lang::Object
  {
  public:
    static const java::lang::Class class$ = _CL_Q34java4lang6Object;
  [..]
  }

Oskar Liljeblad (osk@hem.passagen.se)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]