org.jruby.internal.runtime
Class UndefinedAccessor

java.lang.Object
  extended by org.jruby.internal.runtime.UndefinedAccessor
All Implemented Interfaces:
IAccessor

public class UndefinedAccessor
extends java.lang.Object
implements IAccessor

Author:
jpetersen

Constructor Summary
UndefinedAccessor(Ruby runtime, GlobalVariable globalVariable, java.lang.String name)
          Constructor for UndefinedAccessor.
 
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

UndefinedAccessor

public UndefinedAccessor(Ruby runtime,
                         GlobalVariable globalVariable,
                         java.lang.String name)
Constructor for UndefinedAccessor.

Method Detail

getValue

public IRubyObject getValue()
Specified by:
getValue in interface IAccessor
See Also:
IAccessor.getValue()

setValue

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


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