org.jruby.internal.runtime
Class ValueAccessor

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

public class ValueAccessor
extends java.lang.Object
implements IAccessor

Author:
jpetersen

Constructor Summary
ValueAccessor(IRubyObject value)
           
 
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

ValueAccessor

public ValueAccessor(IRubyObject value)
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.