|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RubyObject.VariableTableEntry | |
|---|---|
| org.jruby | |
| Uses of RubyObject.VariableTableEntry in org.jruby |
|---|
| Fields in org.jruby declared as RubyObject.VariableTableEntry | |
|---|---|
protected static RubyObject.VariableTableEntry[] |
RubyObject.VARIABLE_TABLE_EMPTY_TABLE
|
protected RubyObject.VariableTableEntry[] |
RubyObject.variableTable
The variableTable contains variables for an object, defined as: instance variables class variables (for classes/modules) internal variables (such as those used when marshaling RubyRange and RubyException) Constants are stored separately, see RubyModule. |
| Methods in org.jruby that return RubyObject.VariableTableEntry | |
|---|---|
protected RubyObject.VariableTableEntry[] |
IncludedModuleWrapper.variableTableGetTable()
|
protected RubyObject.VariableTableEntry[] |
RubyObject.variableTableGetTable()
Get the actual table used to save variable entries. |
protected RubyObject.VariableTableEntry[] |
RubyObject.variableTableRehash()
Rehashes the variable table. |
| Methods in org.jruby with parameters of type RubyObject.VariableTableEntry | |
|---|---|
protected IRubyObject |
IncludedModuleWrapper.variableTableReadLocked(RubyObject.VariableTableEntry entry)
|
protected IRubyObject |
RubyModule.variableTableReadLocked(RubyObject.VariableTableEntry entry)
|
protected IRubyObject |
RubyObject.variableTableReadLocked(RubyObject.VariableTableEntry entry)
Reads the value of the specified entry, locked on the current object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||