org.jruby.runtime
Interface IAccessor

All Known Implementing Classes:
ReadonlyAccessor, UndefinedAccessor, ValueAccessor

public interface IAccessor

Author:
jpetersen

Method Summary
 IRubyObject getValue()
           
 IRubyObject setValue(IRubyObject newValue)
           
 

Method Detail

getValue

IRubyObject getValue()

setValue

IRubyObject setValue(IRubyObject newValue)


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