This is the mail archive of the java-discuss@sourceware.cygnus.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]

Re: instanceof in CNI


Per> class java::lang::String : public java::lang::Object
Per> {
Per>   java::lang::Class $class;
Per> }
Per> Then you'd just reference String::$class .

Do you mean `Class *$class'?  To me that seems more natural.  We could
do that without changing the mangling or anything; just add a new
static to each class.

Tom


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