|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.runtime.GlobalVariable
org.jruby.RubyGlobal.KCodeGlobalVariable
Nested Class Summary |
Nested classes inherited from class org.jruby.runtime.GlobalVariable |
GlobalVariable.Copy |
Field Summary |
Fields inherited from class org.jruby.runtime.GlobalVariable |
runtime |
Constructor Summary | |
RubyGlobal.KCodeGlobalVariable(Ruby runtime,
java.lang.String name,
IRubyObject value)
|
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 |
public RubyGlobal.KCodeGlobalVariable(Ruby runtime, java.lang.String name, IRubyObject value)
Method Detail |
public IRubyObject get()
get
in class GlobalVariable
public IRubyObject set(IRubyObject value)
set
in class GlobalVariable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |