org.jruby.internal.runtime
Class ReadonlyAccessor

java.lang.Object
  extended byorg.jruby.internal.runtime.ReadonlyAccessor
All Implemented Interfaces:
IAccessor

public class ReadonlyAccessor
extends java.lang.Object
implements IAccessor

Author:
jpetersen

Constructor Summary
ReadonlyAccessor(java.lang.String name, IAccessor accessor)
           
 
Method Summary
 IRubyObject getValue()
           
 IRubyObject setValue(IRubyObject newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadonlyAccessor

public ReadonlyAccessor(java.lang.String name,
                        IAccessor accessor)
Method Detail

getValue

public IRubyObject getValue()
Specified by:
getValue in interface IAccessor

setValue

public IRubyObject setValue(IRubyObject newValue)
Specified by:
setValue in interface IAccessor


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