|
||||||||||
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>> |
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. |
Method parameters in org.jruby with type arguments of type Variable | |
---|---|
void |
RubyBasicObject.syncVariables(java.util.List<Variable<java.lang.Object>> variables)
Sync one variable table with another - this is used to make rbClone work correctly. |
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 |
InstanceVariableTable.sync(java.util.List<Variable<IRubyObject>> vars)
|
void |
IRubyObject.syncVariables(java.util.List<Variable<java.lang.Object>> variables)
Sets object's variables to those in the supplied list, removing/replacing any previously defined variables. |
Constructor parameters in org.jruby.runtime.builtin with type arguments of type Variable | |
---|---|
InstanceVariableTable(java.util.List<Variable<IRubyObject>> vars)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |