org.jruby.cext
Class RString

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.WeakReference<IRubyObject>
          extended by org.jruby.cext.RString

public final class RString
extends java.lang.ref.WeakReference<IRubyObject>

An RString is an object tied to a RubyString for synchronization of the string value between C and Ruby.


Method Summary
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, get, isEnqueued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.