Package | Description |
---|---|
org.jruby | |
org.jruby.ir.operands | |
org.jruby.runtime.builtin | |
org.jruby.runtime.component | |
org.jruby.runtime.marshal |
Modifier and Type | Method and Description |
---|---|
List<Variable<IRubyObject>> |
RubyBasicObject.getInstanceVariableList()
Gets a list of all variables in this object.
|
List<Variable<IRubyObject>> |
BasicObjectStub.DummyInstanceVariables.getInstanceVariableList() |
List<Variable<IRubyObject>> |
RubyModule.getStoredConstantList()
Deprecated.
|
List<Variable<Object>> |
RubyBasicObject.getVariableList()
Gets a list of all variables in this object.
|
static List<Variable<Object>> |
BasicObjectStub.getVariableList(IRubyObject self) |
Modifier and Type | Method and Description |
---|---|
static void |
BasicObjectStub.syncVariables(IRubyObject self,
List<Variable<Object>> variables) |
void |
RubyBasicObject.syncVariables(List<Variable<Object>> variables)
Deprecated.
|
protected void |
RubyBasicObject.variableTableSync(List<Variable<Object>> vars)
Synchronize the variable table with the argument.
|
protected void |
IncludedModuleWrapper.variableTableSync(List<Variable<Object>> vars) |
Modifier and Type | Method and Description |
---|---|
List<Variable<Object>> |
UndefinedValue.getVariableList() |
Modifier and Type | Method and Description |
---|---|
void |
UndefinedValue.syncVariables(List<Variable<Object>> variables)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Variable<IRubyObject>> |
InstanceVariables.getInstanceVariableList() |
List<Variable<Object>> |
IRubyObject.getVariableList() |
Modifier and Type | Method and Description |
---|---|
void |
IRubyObject.syncVariables(List<Variable<Object>> variables)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
VariableEntry<BaseObjectType> |
Modifier and Type | Method and Description |
---|---|
void |
MarshalStream.dumpVariables(List<Variable<Object>> vars) |
void |
MarshalStream.dumpVariablesWithEncoding(List<Variable<Object>> vars,
IRubyObject obj) |
Copyright © 2001-2016 JRuby. All Rights Reserved.