|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Variable | |
|---|---|
| org.jruby | |
| org.jruby.runtime.builtin | |
| org.jruby.runtime.component | |
| org.jruby.runtime.marshal | |
| Uses of Variable in org.jruby |
|---|
| Methods in org.jruby that return types with arguments of type Variable | |
|---|---|
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)
|
| Method parameters in org.jruby with type arguments of type Variable | |
|---|---|
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. |
| Uses of Variable in org.jruby.runtime.builtin |
|---|
| Methods in org.jruby.runtime.builtin that return types with arguments of type Variable | |
|---|---|
java.util.List<Variable<IRubyObject>> |
InstanceVariables.getInstanceVariableList()
|
java.util.List<Variable<java.lang.Object>> |
IRubyObject.getVariableList()
|
| Method parameters in org.jruby.runtime.builtin with type arguments of type Variable | |
|---|---|
void |
IRubyObject.syncVariables(java.util.List<Variable<java.lang.Object>> variables)
Deprecated. |
| Uses of Variable in org.jruby.runtime.component |
|---|
| Classes in org.jruby.runtime.component that implement Variable | |
|---|---|
class |
VariableEntry<BaseObjectType>
|
| Uses of Variable in org.jruby.runtime.marshal |
|---|
| Method parameters in org.jruby.runtime.marshal with type arguments of type Variable | |
|---|---|
void |
MarshalStream.dumpVariables(java.util.List<Variable<java.lang.Object>> vars)
|
void |
MarshalStream.dumpVariablesWithEncoding(java.util.List<Variable<java.lang.Object>> vars,
IRubyObject obj)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||