Uses of Class
org.jruby.runtime.ivars.VariableTableManager
Packages that use VariableTableManager
-
Uses of VariableTableManager in org.jruby
Fields in org.jruby declared as VariableTableManagerModifier and TypeFieldDescriptionprivate final VariableTableManagerRubyClass.variableTableManagerVariable table manager for this classMethods in org.jruby that return VariableTableManager -
Uses of VariableTableManager in org.jruby.runtime.ivars
Methods in org.jruby.runtime.ivars with parameters of type VariableTableManagerModifier and TypeMethodDescriptionprivate VariableAccessorVariableAccessorField.allocateVariableAccessor(VariableTableManager tableMgr) Retrieve or allocate the variable accessor for this variable.VariableAccessorField.getVariableAccessorForWrite(VariableTableManager tableMgr) Retrieve the variable access for write.