dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [DotGNU]Testing of ILASM:


From: Jeroen Frijters
Subject: RE: [DotGNU]Testing of ILASM:
Date: Sat, 4 Jan 2003 10:20:35 +0100

Gopal V wrote:
> So how do you handle the String.substring() for Java ?..

Look in map.xml, all string methods are remapped to System.String methods or
to static methods in a StringHelper class that I wrote.

> We have done something like 
> 
> ldc "HelloWorld"
> invokestatic  "System/String" "__FromJavaString" 
> "(Ljava/lang/String;)LSystem/String;"

Does that mean to you have two distinct String types? What about Object?

Regards,
Jeroen
http://ikvm.net -- Java VM for .NET



reply via email to

[Prev in Thread] Current Thread [Next in Thread]