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 |
---|---|
java.util.List<Variable<IRubyObject>> |
BasicObjectStub.DummyInstanceVariables.getInstanceVariableList() |
java.util.List<Variable<IRubyObject>> |
RubyBasicObject.getInstanceVariableList()
Gets a list of all variables in this object.
|
java.util.List<Variable<IRubyObject>> |
RubyModule.getStoredConstantList()
Deprecated.
|
java.util.List<Variable<java.lang.Object>> |
RubyBasicObject.getVariableList()
Gets a list of all variables in this object.
|
static java.util.List<Variable<java.lang.Object>> |
BasicObjectStub.getVariableList(IRubyObject self) |
Modifier and Type | Method and Description |
---|---|
static void |
BasicObjectStub.syncVariables(IRubyObject self,
java.util.List<Variable<java.lang.Object>> variables) |
void |
RubyBasicObject.syncVariables(java.util.List<Variable<java.lang.Object>> variables)
Deprecated.
|
protected void |
IncludedModuleWrapper.variableTableSync(java.util.List<Variable<java.lang.Object>> vars) |
protected void |
RubyBasicObject.variableTableSync(java.util.List<Variable<java.lang.Object>> vars)
Synchronize the variable table with the argument.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Variable<java.lang.Object>> |
UndefinedValue.getVariableList() |
Modifier and Type | Method and Description |
---|---|
void |
UndefinedValue.syncVariables(java.util.List<Variable<java.lang.Object>> variables)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Variable<IRubyObject>> |
InstanceVariables.getInstanceVariableList() |
java.util.List<Variable<java.lang.Object>> |
IRubyObject.getVariableList() |
Modifier and Type | Method and Description |
---|---|
void |
IRubyObject.syncVariables(java.util.List<Variable<java.lang.Object>> variables)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
VariableEntry<BaseObjectType> |
Modifier and Type | Method and Description |
---|---|
void |
MarshalStream.dumpVariables(java.util.List<Variable<java.lang.Object>> vars) |
void |
MarshalStream.dumpVariablesWithEncoding(java.util.List<Variable<java.lang.Object>> vars,
IRubyObject obj) |
Copyright © 2001-2018 JRuby. All Rights Reserved.