Uses of Class
org.jruby.RubyBasicObject.VariableTableEntry

Packages that use RubyBasicObject.VariableTableEntry
org.jruby   
 

Uses of RubyBasicObject.VariableTableEntry in org.jruby
 

Fields in org.jruby declared as RubyBasicObject.VariableTableEntry
protected static RubyBasicObject.VariableTableEntry[] RubyBasicObject.VARIABLE_TABLE_EMPTY_TABLE
           
protected  RubyBasicObject.VariableTableEntry[] RubyBasicObject.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 RubyBasicObject.VariableTableEntry
protected  RubyBasicObject.VariableTableEntry[] IncludedModuleWrapper.variableTableGetTable()
           
protected  RubyBasicObject.VariableTableEntry[] RubyBasicObject.variableTableGetTable()
          Get the actual table used to save variable entries.
protected  RubyBasicObject.VariableTableEntry[] RubyBasicObject.variableTableRehash()
          Rehashes the variable table.
 

Methods in org.jruby with parameters of type RubyBasicObject.VariableTableEntry
protected  IRubyObject IncludedModuleWrapper.variableTableReadLocked(RubyBasicObject.VariableTableEntry entry)
           
protected  IRubyObject RubyBasicObject.variableTableReadLocked(RubyBasicObject.VariableTableEntry entry)
          Reads the value of the specified entry, locked on the current object.
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.