|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalVariable | |
---|---|
org.jruby | |
org.jruby.runtime |
Uses of GlobalVariable in org.jruby |
---|
Subclasses of GlobalVariable in org.jruby | |
---|---|
static class |
RubyGlobal.KCodeGlobalVariable
|
static class |
RubyGlobal.StringGlobalVariable
|
Methods in org.jruby that return GlobalVariable | |
---|---|
GlobalVariable |
Ruby.getRecordSeparatorVar()
|
Methods in org.jruby with parameters of type GlobalVariable | |
---|---|
void |
Ruby.defineVariable(GlobalVariable variable)
Defines a global variable |
void |
Ruby.setRecordSeparatorVar(GlobalVariable recordSeparatorVar)
|
Uses of GlobalVariable in org.jruby.runtime |
---|
Subclasses of GlobalVariable in org.jruby.runtime | |
---|---|
static class |
GlobalVariable.Copy
|
class |
ReadonlyGlobalVariable
|
Constructors in org.jruby.runtime with parameters of type GlobalVariable | |
---|---|
GlobalVariable.Copy(Ruby runtime,
java.lang.String name,
GlobalVariable other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |