org.jruby.runtime
Class GlobalVariable.Copy

java.lang.Object
  extended by org.jruby.runtime.GlobalVariable
      extended by org.jruby.runtime.GlobalVariable.Copy
Enclosing class:
GlobalVariable

public static class GlobalVariable.Copy
extends GlobalVariable


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jruby.runtime.GlobalVariable
GlobalVariable.Copy
 
Field Summary
 
Fields inherited from class org.jruby.runtime.GlobalVariable
runtime
 
Constructor Summary
GlobalVariable.Copy(Ruby runtime, java.lang.String name, GlobalVariable other)
           
 
Method Summary
 IRubyObject get()
           
 IRubyObject set(IRubyObject value)
           
 
Methods inherited from class org.jruby.runtime.GlobalVariable
name, variableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalVariable.Copy

public GlobalVariable.Copy(Ruby runtime,
                           java.lang.String name,
                           GlobalVariable other)
Method Detail

get

public IRubyObject get()
Overrides:
get in class GlobalVariable

set

public IRubyObject set(IRubyObject value)
Overrides:
set in class GlobalVariable


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