fr.umlv.corosol.component.impl
Class StringInstance

java.lang.Object
  extended by fr.umlv.corosol.component.impl.DefaultJClassInstance
      extended by fr.umlv.corosol.component.impl.StringInstance
All Implemented Interfaces:
JAllocatable, JClassInstance, JHeapObject, JObject

public class StringInstance
extends DefaultJClassInstance

A StringInstance object represents a instance of the java.lang.String class, allocated into the Corosol JVM heap.

Author:
Christophe Deleray

Constructor Summary
StringInstance()
           
 
Method Summary
 java.lang.Object getNativeObject()
          Returns a proxy of the class instance represented by this JClassInstance object.
 
Methods inherited from class fr.umlv.corosol.component.impl.DefaultJClassInstance
getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getObject, getPosition, getShort, getSize, getType, isNative, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLayout, setLong, setObject, setPosition, setShort, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringInstance

public StringInstance()
Method Detail

getNativeObject

public java.lang.Object getNativeObject()
Returns a proxy of the class instance represented by this JClassInstance object.

Specified by:
getNativeObject in interface JHeapObject
Overrides:
getNativeObject in class DefaultJClassInstance